Hi All,
I am developing a quizz game where players can participate and play in a round of 2 minutes.
Every 2 minutes there is a round.
I am wondering how to handle this with Game Center.
My idea is to send a score as follows
a prefix formed with :
-
the date (YYMMDD - year on 2 digits, month on 2 digits, day on 2 digits)
-
the game round (999 - on 3 digits)
and a decimal part which is the player score.
For example :
A player scoring 847 points for Game Round 1 on 23rd june 2014 will send the following score to Game Center
Send score : 140623001.847
Similarly, a player scoring 246 points for Game Round 2 on 23rd june 2014 will send the following score to Game Center
Send score : 140623002.246
Does Apple allow this?