Is there a way to update matchData in a GKTurnBasedMatch without sending out “Your Turn” push notifications?

前端 未结 3 774
情深已故
情深已故 2021-01-15 12:19

If my understanding is correct, the only way to update the matchData property of a GKTurnBasedMatch mid-turn is [_currentMatch endTurnWithNextParticipant:_currentParticipant

3条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-15 12:54

    Mid-turn saving has been added in iOS 6 with:

    -[GKTurnBasedMatch saveCurrentTurnWithMatchData:completionHandler:]
    

    Source: GKTurnBasedMatch Class Reference

提交回复
热议问题