Hi all
Like in lot of game, in mine i give 5 lifes to the player and so he has to wait 15 min to gain another one.
I stock the date and time in local db, so my game is 100% playable offline (what i want).
But i have the same pb as King’s game : if you suspend the game, change your time in your phone by adding a day (for example), then you can cheat and recover all your lifes in the instant.
Do you have an idea to make this time cheat impossible ?
I read that maybe i could use the GPS time instead of the standard os.time ?
Does it work ? But if i do that, i need to ask user the permission to use GPS, no ? If yes it’s not very friendly…
I know a game (Patchmania on iPhone) that you could play offline, you can turn off your gps and internet access, try it ! then If you loose a life and change your time in device, it does change anything and you can’t cheat !!!
I really don’t know how they can do that whereas King superstars firm doesn’t success to solve this pb (or doesn’t want to).
Any idea please to solve this pb ? —> avoid time cheat in 100% offline game.
Thanks a lot !