Hi there,
I am implementing Game Center support for the first time and am interested to hear what you guys/devs do with your own game concerning whether your game is online or offline:
- Do you check if the player is logged into GC AND connected to internet before submitting to your leaderboard/achievement? I originally wanted to simply check if the player is logged into GC but i’ve just realised that you can actually be logged in GC but not connected online with wifi/3G!
In such a situation, does GC or Apple automatically update and submit the next time internet connection is established?
I originally assumed if the player was logged into GC, then that meant the device was connected to the internet also, which is wrong!
Thanks,