sandeshnaroju / react-native-in-app-update

44 stars 17 forks source link

No update popup #6

Closed shrutiraoniit25 closed 3 years ago

shrutiraoniit25 commented 3 years ago

I followed everything but couldn't get any update or any update popup in app while I changed the version here are the screenshots of the code... Screenshot (117) Screenshot (118) Screenshot (119)

sandeshnaroju commented 3 years ago

How are you testing it? Are you following this https://developer.android.com/guide/playcore/in-app-updates/test ?

shrutiraoniit25 commented 3 years ago

It is working now the only thing is like if put an updated version in play store Screenshot (120) yesterday then today it notified me for the update ...How can I make it an immediate update

I have made my code like this for an immediate update...

sandeshnaroju commented 3 years ago

Long back, I wrote a blog on how to use it and understand it https://www.naroju.com/implementing-android-in-app-updates-in-react-native/

Also read about IMMEDIATE and FLEXIBLE differences here https://developer.android.com/guide/playcore/in-app-updates

sandeshnaroju commented 3 years ago

Closing as there is no response