Answer the question
In order to leave comments, you need to log in
2 apps Free and paid version on Google play availability of saved data?
I'm going to make 2 applications free and paid, in google play it will be like 2 applications.
Question after switching to a paid version, will the settings, sqlite database, application files be available? The application code is identical in terms of working with these sections.
Answer the question
In order to leave comments, you need to log in
Isn't it possible to just sell a subscription through Googleplay (there is a subscription "forever" there)?
No subscription - the application works in "demo mode", there is a subscription - it works as it should.
ps
In general, I have seen many times that developers make two versions of the application, namely demo and paid. I do not quite understand the meaning, because the subscription was invented for this.
The application files are stored in /data/data/package.name/ and they are not available to third-party applications, but there is a solution:
Data from SQLIte can be obtained in any other application with the ContentProvider configured in the parent application: startandroid.ru/ru/uroki/vse-uroki -spiskom/166-uro...
It is unlikely, since the program creates various files in its directory, probably. Set programmatically the same paths for saving data for the first and second applications, and at the entrance check for their presence in this path and download.
I can’t say anything about SQLite, I had no experience with this database.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question