Ken
Ken

Reputation: 31161

iphone Reporting Score to Game Center

When reporting scores to Game Center, if the method -reportScoreWithCompletionHandler encounters an error does that necessarily imply the score was not posted? Or are there occasions where the score can be posted but an error was encountered? I'd like to have this clear so that my handling block (which conditions on error being nil or not) can handle this better.

Upvotes: 0

Views: 500

Answers (1)

brutella
brutella

Reputation: 1617

If there is a problem with the posting -> you get an error. If there is no problem -> no error. I'm sure it does imply.

Upvotes: 1

Related Questions