游戏中心:通用应用程序中适用于 iPhone/iPad 的单独排行榜
是否可以在通用应用程序中为 iPad 和 iPhone 提供单独的游戏中心排行榜?
iPhone 上的游戏中心应用程序应专门显示在 iPhone 上获得的分数。在 iPad 上查看时,它应该只显示 iPad 分数。
Is it possible to have a separate game center leaderboard for iPad and iPhone in a universal application?
The game center app on iPhone should exclusively show the scores achieved on the iPhone. When viewed on iPad it should only show the iPad scores.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,你可以。在 iTunes Connect 中创建 2 个单独的排行榜,然后当您发布分数时,检查设备是否是 iPhone 或 iPad
并分配适当的标识符。
该代码应该可以编译(但我可能在某个地方犯了错字)
Yes, you can. Create 2 separate leaderboards in iTunes Connect, then when you post your score, check if the device is an iPhone or iPad
and assign the appropriate identifier.
That code should compile (but I might've made a typo somewhere)