SQlite Xamarin forms Visual Studio 2019 Local Database
Hiiiiiiiiiii
I designed an app that I published in the google play store
The app uses aLocal database (SQlite) to enable the user to register once and use the app for a limited period of 1 year only.
But...
the problem is that when a user installs my app, he can easily go to the settings of his Android phone, click on Apps
then look for the installed app
and click on Storage
and
Clear All Data
stored in the local database
by doing so, he will be able to use it again as if it is the first time.
So the trial period is useless in this case
HOW to disable the "Clear All Data" in the storage?
NOTE: If we cannot disable the clear data option beecause it's a function of the device how can we save the data in a way that cannot be erased in a LOCAL SQLITE DATABASE.
Is there a way???????????
Please help