Reputation: 19
Hope you are doing good. I Have a query related to Game Data(Mobile platform). I am developing a Game in which Player has to maintain a minimum number of Experince to unlock the next level. I have been researching about the Rooted mobile devices and their usage for exploitation of the game data. Players who cannot unlock the Next level are using Rooted devices to change the Game Data(user information) and unlock the next levels. I would like to know the best way to develop the game which will not be get effected by Rooted Devices as well.
Thanks in advance.
Upvotes: 1
Views: 105
Reputation: 963
There is only one way to do this: game logic have to run on server (like WoW, Dota 2, etc.). Any other protection only can slow down user from altering game.
Upvotes: 0