gpt4 book ai didi

iOS 10 测试版、Game Center、邀请好友不起作用

转载 作者:塔克拉玛干 更新时间:2023-11-02 22:58:54 24 4
gpt4 key购买 nike

我无法通过 Game Center iOS 10 beta 1 从我的应用程序邀请 friend 。

我尝试在 iOS 10 上使用 GKMatchMakerViewController,我的应用通过 iMessage 向 friend 发送邀请链接。

friend 得到这样的消息链接: https://www.icloud.com/share/0pVZ0ltWfeGmc806iDQMQ8w8A ,但链接不起作用。

friend 打开链接并从 iCloud beta 获取页面,其中包含文本“需要软件更新要接受游戏邀请,您需要 iOS 10 或 Mac OS X 10.12 或更高版本。”。

friend 在 iOS 9 或 iOS 10 beta 1 上打开链接时出现同样的错误。

我看到了来自 WWDC16 的演示文稿“611_whats_new_in_game_center”并且看到基于消息的邀请效果很好。

我发送邀请的代码非常简单:

UIWindow *window = [[UIApplication sharedApplication] keyWindow];

GKMatchRequest *request = [[GKMatchRequest alloc] init];

GKTurnBasedMatchmakerViewController *mmvc = [[GKTurnBasedMatchmakerViewController alloc] initWithMatchRequest:request];
mmvc.turnBasedMatchmakerDelegate = self;

[window.rootViewController presentViewController:mmvc animated:YES completion:nil];

是我的错吗?你能给我一个在 iOS 10 的 Game Center 上邀请 friend 的提示或代码示例吗?

最佳答案

iOS 10 beta 6 解决了这个问题。

关于iOS 10 测试版、Game Center、邀请好友不起作用,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38522411/

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