Have a read of:

http://groups.google.com/group/android-beginners/browse_thread/thread/7d5698ab66aadd62#

specifically pos4 by Justin Anderson)

It looks like a very nice solution and stops you haveing to maintain
your code base in 2 projects.

--
RichardC

On Oct 8, 12:51 am, abarinoff <[email protected]> wrote:
> Hi all,
>
> Could someone give me a hint how should I publish both free and paid
> versions of application on Android Market so the user would be able to
> install Free version first and then upgrade to Paid version if he
> likes to.
>
> I saw few articles which are saying that there should be difference in
> package names for free and paid versions on order to be able to
> perform upgrade later, but what if I publish the free version with
> android:versionCode set to 1 and the paid version with
> android:versionCode set to 2 - wouldn't that allow to perform update
> from free to paid application without changing the package name ?
>
> Unfortunately I didn't find any article neither on android developers
> site nor on android market site describing the best practices of
> solving this problem, so any help from the android community members
> would be very much appreciated !
>
> Thanks in advance.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to