react-native-version-check
react-native-version-check copied to clipboard
feature: Implementing AppUpdateManager for Android
What about implementing AppUpdateManager in native code instead of just getting constants?
Using native package instead of HTML parsing is a more secure way to do it.
I have implemented this here for android: https://github.com/denniske/expo-app-update
Note: I have not used this code in production yet. So be careful 😅
hi, for android as we are not using AppUpdateManager , will it work fine for staged releases like if we rollout only 5% initially then only for those users who got update will get the latest version or for all users we get the latest version .
for IOS, how does this package support for staged release in IOS?
I don't know I always do 100% releases 😅
I think you need to ask some android developers or somebody at google
For iOS I just rely on App Store parsing so no info about staged releases.