Ask users to upgrade to the latest version of the app

So I see that in some places, you can do this:


I want to build this to my application but I dont know how. Could anyone help me with this?
(Tip: You can also ask users to upgrade to the latest version of your app using the Google Play Developer Publishing API. This solution allows you to target the entire range of application versions as well as individual application versions.)

At first, I thought that I just had to go through the steps, but in principle, something must be included in the application.

1 Like

Taifun

1 Like

Thank you but isn't there any free way for that?

FREE ???

  • write a clone version of Taifun's InAppUpdate extension and use your extension in your app? This will require a lot of work. :frowning_face:

  • if your app uses CloudDB or FirebaseDB, you might be able to post a message in your app that users 'see' when they access the app. The message would provide instructions on how they could download the app from your Dropbox (yes, you would have to upload a copy of the upgrade to the app there)

  • if your app requests email addresses in order to use it, you can email all the users to log in to it. Email to tell them there is a new version available on your Dropbox.

1 Like

That extension is from @JEWEL

Something probably not as fancy but free is

Taifun
PS: both extensions you could have found yourself after doing a search in the extensions directory App Inventor Extensions | Pura Vida Apps

Do apps installed from the Play Store not update automatically?

You are right but I can pay with card sadly

1 Like

Check my update app

You can use this one, it's great and it's free, I use it in my apps

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