ios - 共享相同的游戏中心排行榜 iOS/tvOS/OS X?

标签 ios macos game-center tvos game-center-leaderboard

我想知道是否有可能以某种方式分享来自 iOS 游戏中心排行榜的排行榜/成就,以用于同一游戏的 tvOS 和 OS X 版本?

或者是否每个单独的平台都必须维护他们自己的相同排行榜/成就的克隆?

如果这可能的话,任何指向引用资料的链接都会很棒,除了在 tvOS Keynote 中提到类似的东西之外,我找不到任何东西。

最佳答案

有两种解决方案:一种适用于 iOS/tvOS,另一种适用于所有这三种。

根据来自 Apple 的 amandavoss

For iOS and TVOS you can use the new "universal bundle ID" feature where you can add a TVOS version of the app to the existing iOS bundle ID. In iTunes Connect you would just go to the iOS app in question and in the App Store view click + Version. Select TVOS and go from there.

Another option would be to group them games. This would add "grp." to all leaderboard and achievement identifiers but can be shared by all apps in the group (where each app has a unique bundle ID). For that simple "Move to Group" in iTunes Connect.

amandavoss

https://forums.developer.apple.com/thread/24514

关于ios - 共享相同的游戏中心排行榜 iOS/tvOS/OS X?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33419515/

相关文章:

iOS ad-hoc 版本未安装在设备上

macos - 在特定文件夹中添加菜单项?

java - Maven 无法在 Mac OS X 中的 Tomcat 服务器上部署 Web 应用程序

iphone - Game Center 以编程方式邀请好友

ios - 由于未捕获的异常 NSInvalidArgumentException 而终止应用程序

iphone - 在 iOS 上绘制带阴影的矩形

ios - 应用程序激活时快速 View 重新加载

macos - Delphi fmx移动无边界表格

iOS:Game Center 好友邀请请求 View Controller 在完成时更改状态栏颜色

ios - Swift 3 回到以前的 View Controller