I have made an android app. I want to upload it on android market. I later want to make updates too. So what necassary stepts should i take so that it automatically detects the android new version and download and install them
I have tried googling but no exact tutorial have been found.
In coding what links should I put and stuff like that.
Best Regards
-Set this line to your manifest:
-Increase the versionCode for each new version and update
-do NOT change the packagename of the app
-use the update functionality in your google play account