0

I am planning to make an android apps with free version and paid version. How do I maintain the data in sharedpreferences and in SQLite database so that the data can be reuse when the user buy the pro version?

Thanks

Zul
  • 1,344
  • 2
  • 12
  • 21

1 Answers1

0

I suggest that you use In app purchasing to 'unlock' the Free version to the Pro version. Make sure you use some kind of Server side signing mechanism though.

If you don't want to do this have a look at this.

Community
  • 1
  • 1
Reno
  • 33,594
  • 11
  • 89
  • 102