How to look for update, on app start?

Oh. Then it’s all good! :smile:

Ok, so…
Do you have your answer @hammerhai ?

Yes… And it all works Thanks to you, @Kanishka_Developer, & @Diego

1 Like

@hammerhai It’s been months since my post… My app was shifted to Firebase (oof the new Storage system was a pain to implement and migrate, but that’s another story).

New system:
Tag: Version
Value: 15 (or whatever your versionCode is)

If Screen1.VersionCode (in case of Makeroid) or global LocalVersion (for others (I use this at the moment) < Version (get using GetValue)
Notifier ShowChooseDialogue

The dialogue has two buttons, “”, and “UPDATE”.

After Choosing, start ActivityStarter.

If ActivityStarter Paused/Cancelled, show dialogue again.

This method, in my testing, has been unbypassable. For Max security, enable buttons only after version check.

1 Like