npm install @arepa/store-update
Method | Description | Android | iOS |
---|---|---|---|
getVersionCode() | Return versionCode of the app. | ✓ | ✓ |
getVersionName() | Return versionName of the app. | ✓ | ✓ |
getVersionNube() | Return versionCode of the app in playstore and appstore. | ✓ | ✓ |
checkUpdate(force?:boolean) | Check if there is a new version on the App Store and Play Store. | ✓ | ✓ |
checkUpdateNative() | Update the Android app without exiting the app. | ✓ | ❌ |
Apache License Version 2.0