- Home /
Write data on disk and keep after unisntall(Android)
How can I write simple text data on android which isn't going to be uninstall with the app? Preferably not to be on the sd card, because some players might not have one.
Why? ... if they don't want your app anymore, guessing they probably won't want the files it made either.
long story short I want to give people first time they install the game quite many free trials, after which if they use them up, they will need to wait certain amount of time in order to play again. Or pay of course. But coudn't think of a way to make sure users don't just simply reinstall the game in order to get the many hundreds times to play without cooldown time. I simply need a way to ensure that the player has installed the game 1 or more times before so that I don't give them every single time the hundreds free trials
Your answer