gpt4 book ai didi

iphone - 游戏中心无法识别该游戏

转载 作者:行者123 更新时间:2023-12-03 18:26:51 27 4
gpt4 key购买 nike

嗨我正在尝试将游戏中心添加到我的 iPhone 应用程序中。我已完成以下步骤

1) 我已将应用程序添加到我的 itnuesAccount
2) 我将 bundle ID 指定为 net.myCompany.myGameCenter
3)我在 info.plist 中使用相同的“net.myCompany.myGameCenter”作为 bundle 标识符
4)使用sample code由苹果提供,我添加了身份验证步骤。


self.currentLeaderBoard= kEasyLeaderboardID;

self.currentScore= 0;

[super viewDidLoad];
if([GameCenterManager isGameCenterAvailable])
{
self.gameCenterManager= [[[GameCenterManager alloc] init] autorelease];
[self.gameCenterManager setDelegate: self];
[self.gameCenterManager authenticateLocalUser];

[self updateCurrentScore];
}
else
{
[self showAlertWithTitle: @"Game Center Support Required!"
message: @"The current device does not support Game Center, which this sample requires."];
}

我尝试将 kEasyLeaderboardID 值设置为等于我在创建新排行榜时设置的值。我尝试了我在步骤 2 中定义的另一个。 “myComap”

最佳答案

到目前为止,还有其他人遇到这个问题,比如我。

结果是因为我的设备已越狱=/..我在 stackoverflow.com 上的某个地方读到了一个答案,越狱设备将应用程序解释为“真实世界”应用程序,因此无法发现沙箱帐户..

我恢复了我的 iPad,并从 friend 那里得到了 iPod touch,两者都可以轻松工作..(之前,我在 3 台越狱设备上尝试过,但没有一个能工作..)。

关于iphone - 游戏中心无法识别该游戏,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4781794/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com