Re: [android-developers] Publishing free and paid versions of the same app

2012-05-21 Thread Raghav Sood
Move all of the common code to a library project. You will need two different package names to upload the apps still, but it will save you from having two different projects altogether. Thanks On Mon, May 21, 2012 at 12:37 PM, Balint Farago wrote: > Your pro version must have a different package

Re: [android-developers] Publishing free and paid versions of the same app

2012-05-21 Thread Balint Farago
Your pro version must have a different package name from the free one. This means, when the users download the pro version, they will also have the free version installed on their phone. This is how I usually do it and have not found other ways yet, i guess this is the general solution. 2012/5/17

[android-developers] Publishing free and paid versions of the same app

2012-05-20 Thread Kaptkaos
Hi all, I have a free version of my app posted on Google Play. I have had some demand to provide a paid version also. When I tried ti upload the APK for the paid version, Google Play complained because it used the same package name as the free version. What is the recommended way to hand