让我的游戏识别 Game Center?
好吧,我在 iTunes Connect 页面制作了游戏,启用了 Game Center。 我设法让我的游戏识别游戏中心并使用它。
但现在,过了一段时间,我把一些事情搞砸了,忘记了我需要在 XCode 中更改哪些设置,以便我的游戏可以识别 Game Center。有什么建议吗?
Well, I made my game in iTunes Connect page, enabled Game Center.
I manage to make my game recognize Game Center and work with it.
But now, after some time, I got a couple things messed up, and forgot what setting I needed to change in XCode so my game could recognize Game Center. Any tips?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在您的框架中,包含 GameKit 框架,它应该可以工作。
请记住,每当您在类中需要它时,也导入 gamekit 框架。
In your frameworks, include the GameKit framework and it should work..
Remember to import the gamekit framework as well whenever you need it in a class..