Complete overwrite of current version of android app with update -


I'm just thinking that this is a way to set up via the manifest or elsewhere when users update your app Does it completely overwrite the current version on the device? I know that when the user updates, data etc. from the old version is updated.

I'm looking to set it up like this that every time the user updates the app from the Play Store

So if anyone has any idea or how to do it, then how will I hear or hear them.

Gary

Google Play manages the version number from your manifest. So the update for your app will be completed when your version number changes. If you want to blow up your data after the update, then I recommend that you keep the version number as part of your saved data. Then, when it is updated, it can see that the version number is different and the data needs to be reset.


Comments

Popular posts from this blog

import - Python ImportError: No module named wmi -

Editing Python Class in Shell and SQLAlchemy -

c# - MySQL Parameterized Select Query joining tables issue -