Tagged Questions
5
votes
4answers
6k views
Android App , Check for latest app version
I had searched all around and I still can't find a way/code that can allow to user to check for update for my app.
Anyone know how to do this :
"Check for update" in apps menu when someone click it ...
2
votes
3answers
2k views
How to handle application upgrades from free to paid version while preserving any data
Here is the context.
I want to have a free version and a premium version of the same application. When people buy the application, I want them to be able to "upgrade" without losing their data, i.e. ...
0
votes
3answers
79 views
How to retain the global variebles when application is upgraded to new version in android?
In my android application ,user has to register by agreeing the terms and condition giving their email id. If user upgrade the application to next version, I should not get the agreement page or email ...
11
votes
4answers
2k views
Maintaining both free and pro versions of an application
I want to create a PRO version of my application for Android and was wondering how to structure my repository.
For know I have a trunk and feature branches. I'd like to put a pro version in another ...
0
votes
1answer
327 views
Versioning and common code-bases with Eclipse
I'd like to bring out an Android app in the near future, so I was wondering
how to support a couple of funcitonalities I have got used whilst
developing for J2ME and iPhone
first the versioning. ...