react-native-version-check icon indicating copy to clipboard operation
react-native-version-check copied to clipboard

feature: Implementing AppUpdateManager for Android

Open omercdm opened this issue 1 year ago • 1 comments

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.

omercdm avatar Aug 09 '24 05:08 omercdm

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 😅

denniske avatar Oct 30 '24 12:10 denniske

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.

denniske avatar Nov 15 '25 00:11 denniske