Domanda

In Apple's GKLeaderboards sample code they show how to store GKScore objects for later submission when they fail to send. However, the documentation for Reporting Scores To Game Center says "If for some reason the score could not be reported because of a network error, Game Kit automatically resends the data when the network becomes available."

Does this mean that the resend infrastructure in GKLeaderboards is no longer necessary? In which version did GameKit start saving and resending scores to the leader board?

I haven't used GameKit until just recently, so I'm hoping someone has been using it for a while and can confirm it to save me some testing.

È stato utile?

Soluzione

In my experience I've never had to implement coeds to resend scores that were not able to be sent when a connection was down!

All data shows that with the automated resending, you and I no longer have to resend the data manually! :)

That's a relief.

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top