Rafay Nauman
Rafay Nauman

Reputation: 11

Is there any way to Update My Android app file without the User updating the App?

I am making an Android App which needs it's Assets file to be updated every 2-3 days.

Is there any way through which I could update the files without having users to update the app twice a week?

Files sizes are very small not even an Mb

Upvotes: 1

Views: 94

Answers (1)

blackapps
blackapps

Reputation: 9292

Place the updated files on a server on the internet.

At every startup your app checks if there are updated files.

If so, the updated files are downloaded

The rest i leave to you..

Upvotes: 1

Related Questions