Are present users aware of updates?

I have search for this question but most of the explanations are so extended I cannot quite understand them. I simply want to know if I update my app, will all the current users be aware of the update or it will the update only apply to new users who download the updated app? thanks

you can sotre a version number in TinyWebDB.

Every time the user open the app, it will check this number from TinyWebDB, if it's bigger than the app's version, then ask the user if he want to update the app.

If you publish your apps via the Google Play Store and that is the primary means by which your users obtain the app, then yes as you release new versions on the store users will get them. If you publish your app by other means, it will ultimately be up to you to communicate the newer versions somehow.

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.