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
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.