Hi!
We have created a highscore just like doodle jump, that shows "local" "friend" and "global" scores. (Friends is connected to Facebook connect).
What is the best way to make sure that nobody hacks the highscore?
Best
Axel
A fast, easy to use, free, and community supported 2D game engine
Hi!
We have created a highscore just like doodle jump, that shows "local" "friend" and "global" scores. (Friends is connected to Facebook connect).
What is the best way to make sure that nobody hacks the highscore?
Best
Axel
Are you talking about adding a layer of security between the iPhone and your server during the score upload process?
Add some simple key encryption, will be adequate for most purposes.
Create a key, have it on your server and of course store it on the iPhone in code, not on filesystem :-)
1) Encrypt score
2) Send to server
3) Server decrypts
Hope that gives you some ideas.
You must log in to post.