Firstly we can choose between two kinds of updates …
Immediate and Flexible Immediate
This update means we can not use our app while updating. Flexible
We can use our app while updating.
Also our app is updating from Google Play store - That means we can have some delay when we get the update from it (i got 24 hours delay).
And you must change minimal SDK version to 5.0
So when we click on the button we check the update from Google play… and if is available we download our update… and after download we install update too…
Also if is not available we can show message Ex.
I added Snackbar
Then if is not update available then we show the message
Second one is easier… just put in the Start immediate update
App update is more important than app review.
You can send notification from one signal asking users to rate your app. But you need app update feature because update % needs to be higher.
I Am Using In App Review & In App Update Extension To Work Properly, My App On Play Store On 1 st search ok kodular in app update old version sdk not working with in app update
They are not going to work together. There is some issue. Extension developer has mentioned it.
That is why I’m suggesting you to use in app update because it is more useful and use one signal notification for review.
Try add else statement and put in else notifier which will tell you if is update available or you have to wait some time to get update because of delay