Hello everyone, I need help with something important in my app.
I want to create an Update page inside my Adalo app and force users to update when there is a new version.
I want the app to check the latest version (from a collection or API), and if the user is using an old version, the app should block access and show a screen that says “Update Required” with a button that opens the Play Store.
I don’t know the correct steps to do this in Adalo.
Can someone please explain:
-
How to set up the database or collection for storing the latest version?
-
How to compare the stored version with the current app version?
-
How to redirect the user to a forced Update Required screen?
-
How all the actions should be connected (logic + screens)?
If someone has an example, screenshots, or a small tutorial, that would help me a lot.
Thank you so much!