As the heading says. I would like to know how can i do this for my android apps existing users? Like when the start the game next time a small popup says you should download new version which is available now? I am using eclipse to develop this app.
I dont have any server for this app and there is no website. All the data is within the app on android market.
As the heading says. I would like to know how can i do this
Share
The Android Market software on the phone will notify users when new versions become available. Depending on the user’s settings, it may even download and install the new version automatically.
Don’t waste time trying to implement this yourself. Let the Market handle it.