Skip to content

Releases: a7ul/react-native-appstore-version-checker

3.0.0

26 Nov 14:00
Compare
Choose a tag to compare

Adds meta data fetching

v2.7.2

10 Mar 15:06
Compare
Choose a tag to compare

Jsoup upgrade Thanks @grovertb

Removed deprecated compile options with implementation in android

19 Dec 09:34
Compare
Choose a tag to compare

v2.5.5 - Contains futureproof build.gradle

18 Sep 09:48
Compare
Choose a tag to compare

v2.5.4 - Cleanup and cache fix

11 Sep 07:17
Compare
Choose a tag to compare

v2.5.1

03 Aug 09:50
Compare
Choose a tag to compare

v2.5.0

18 Jun 19:33
Compare
Choose a tag to compare

Added support for RN v0.47 or older

v2.4.0

21 Apr 09:56
Compare
Choose a tag to compare

This fixes https://github.com/master-atul/react-native-appstore-version-checker/issues/8

Nothing to do . Just upgrade the package and use it
the default way

getAppstoreAppVersion('com.supercell.clashofclans') //put any apps packageId here
.then((appVersion) => {
  console.log('clashofclans android app version on playstore', appVersion);
})
.catch((err) => {
  console.log('error occurred', err);
});```

v2.3.2

29 Jan 15:52
Compare
Choose a tag to compare

Contains http -> https link on ios appstore
Thanks to @Carl0395

No breaking changes 🌮

v2.3.0

26 Dec 17:07
Compare
Choose a tag to compare

React Native 0.47+ support
Thanks @olegfilimonov