Can I update my app without the user updating on their phone

I have an app that shows information about what is going on in the school. I know it is difficult and time consuming to reupdate an app on a device. Is it possible to update without having to cause the user the trouble. If this is not possible, what is an easy way to update. Thanks!

1 Like

When you use the Web App you will not need to ask your users to update.

1 Like

If you just need some information to change, can you pull the information from the cloud when the app opens (or maybe just occasionally, if internet access might be spotty)? That wouldn’t require the user to update the app (but WOULD require internet access). You could store your app’s information in a Google Sheet / Airtable / Firebase, so that changes you make to the database go out to your users.

1 Like

You can put your app on Google drive
It can install by its Android app

And
(1) use Dropbox Create a txt file and set up sharing

(2)use web API get ( Change the www of the shared link to dl )

(3) Word processing

1 Like

There is a book to make a vocabulary app, he uses dropbox to make an app (use .csv file) that can update vocabulary without upgrading

1 Like

This is awesome. Thank you! I will see if these work.

1 Like