0

Just asking for a clarification on posting scores to Game Center:

I've an authenticated player. Once he finishes a game, should I ask him if he wants to upload his score or just do that automatically since he's connected? Should I display an option for this in settings (enable auto upload of score)?

Thanks!

Lior Pollak
  • 3,362
  • 5
  • 27
  • 48

1 Answers1

0

It really depends. Since you've not given me enough information, I'm just going to go on basic computing instincts.

If you want to be efficient in terms of backing storage then ask him. If not and you don't mind about backing storage, just save the scores.

You want to be more user-friendly? Then ask him.

Etc, Etc.

neonite
  • 5
  • 9
  • I don't have to worry about how much space I have in Apple's servers. I realised I shouldn't ask cause if he's enabled Game Center then he would probably wants to upload his score. – Lior Pollak Oct 17 '13 at 18:42