Iirc you can make the 2 version of the app use the same userId on the phone, that way you have full access to the lite data from the pro application.
On 27 apr, 10:56, jarkman <[email protected]> wrote: > I don't know if this is the *proper* way, exactly. > > We copy the SQL data, with the Pro using the provider in the Lite to > read the data across and upgrade it. > > And, we've built a cheap little scheme using broadcast intents to > allow the Pro to request the SharedPreferences from the Lite. > > Hope that helps, > > Richard > > On Apr 27, 8:14 am, Just Checking <[email protected]> wrote: > > > > > Suppose you have an app with a lite version and a full version. The > > app stores some user data in SharedPreferences, and some data in a SQL > > database. > > > If a user tests the app for a few days, generating data all the time, > > and then decides to switch to the paid version, how do you copy or > > share the data between the two? > > > Some code examples would be appreciated - but for some reason I have a > > feeling this is much, much more complex than I hope. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

