Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当用户在登录警报上按取消或成功登录游戏中心时,我可以调用一种方法来更新标签。
当您调用authenticateWithCompletionHandler:localGKPlayer时,您可以更新完成处理程序块中的标签(如果用户取消,您将在完成处理程序中获得一个非零值NSError)。
authenticateWithCompletionHandler:
GKPlayer
NSError
编辑:
正如评论中所指出的,此方法在 iOS6 中已弃用,相反,您应该authenticateHandler在 local 上设置GKPlayer.
authenticateHandler