Maks Kolendiuk

Results 7 comments of Maks Kolendiuk

@rahulg1254 Hi! I'm not an expert but this library (as you probably already know) uses the native system capabilities so for android AppUpdateManager doesn't return app version it returns version...

@ShravanMeena An update can be already downloaded. You need just install it. Despite the fact that shouldUpdate is false, you have a versionCode field and you can compare it with...

@ShravanMeena I just managed the same problem yesterday)) There are several flows. If you called the update and launched a new instance of the application, then 2 options are possible:...

@muammadibal Hi! Could you provide your code to see how you handle the process ?

I guess you simply forgot to call an install, i.e. in the IMMEDIATE mode it is automatic but in FLEXIBLE you should do it yourself.

@muammadibal Definitely the first option is right! The 2nd option should not work. I don't know where you got it. You need to find the specific moment in the code...

@shahanshah-cutshort I have already written about this in a previous issue: https://github.com/SudoPlz/sp-react-native-in-app-updates/issues/138 https://github.com/SudoPlz/sp-react-native-in-app-updates/issues/138#issuecomment-1491734995