If you use a SQLite3 db or so for preferences, you cannot access it from
different packages, but in some cases you can implement an export/import
mechanism, saving the preferences in a file into the external SD card.

My first app uses just a plain text file written into the SDCard and for
having same preferences in free and in per pay versions I just need to
use the same name for that file.

Currently I use an SQLite database, so I cannot do that so direct. But
to be honest I do not care. At least in my case it is not so important.

Best regards,


On 30/06/12 11:01, Mystique wrote:
> Hi,
>
> I have a Ads supported app and I am planning to release a paid version 
> without Ads and extra features.
>
> My questions are how do I release the app so my user can purchase and use 
> with losing the preferences and db?
> Can I package it with the same name and upload into Google Play as new app 
> or how is it been normally done?
>
> Cheers.
>


-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to