ios - Apple Game Center 的测试播放器是否为真实用户完成?

标签 ios game-center

我正在我的应用中集成 Game Center。

我在读: https://developer.apple.com/library/ios/documentation/NetworkingInternet/Conceptual/GameKit_Guide/TestingYourGameCenter-AwareGame/TestingYourGameCenter-AwareGame.html

据说:

Important: Always create new test accounts to test your game in Game Center. Never use an existing Apple ID.

他们的意思是我应该像真正的“现场”人玩游戏一样创建新帐户,还是 Apple 有其他一些程序?

所以我的问题是如何为 Game Center 创建测试帐户?

我看到的唯一选择是为新用户注册另一个电子邮件地址,但对我来说这是错误的方式。

更新:
我创建了新用户帐户并将其命名为 sandbox1。
我希望这是对的。

最佳答案

您可以通过登录 iTunesConnect 并单击“管理用户”来创建测试用户。然后,您可以选择创建“iTunesConnect 用户”或“测试用户”。

引用:iTunesConnect Developer Guide - Test User accounts

关于ios - Apple Game Center 的测试播放器是否为真实用户完成?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/23042643/

相关文章:

php - 使用 PHP cURL 固定证书

ios - 从 TestFlight 安装应用程序突然遇到 "A valid provisioning profile for this executable was not found."错误

ios - 如何在 didFinishLaunchingWithOptions 方法中通过单击通用链接检查应用程序是否已打开

iphone - objective-c : i want the automatic memory management of properties, 但无法从其他类访问

ios - 在后端验证 GamceCenter 用户凭证

ios - GameCenter 登录屏幕 - 取消按钮按下事件

ios - 在 Game Center Enabled App 中处理 iOS Game Center App 中的选定回合/游戏

ios - 如何在 Swift 中报告成就?

ios - Swift 中开关盒的详尽条件

ios - GameCenter - 在调用处理程序之前检查以前的登录?