我如何将用户发送到Game Center应用程序?

如果用户已经解除了Game Center身份验证提示足够的时间,iOS将不再显示此提示。 但是,如果用户想访问我的游戏中需要用户在Game Center中进行身份验证(即登录)的部分内容,我想向他们提供一个可以按下的按钮,以便打开Game Center应用程序,以便他们可以这样做。 有没有办法做到这一点?

我相信这可以通过自定义URL完成,但我需要知道Game Center应用的前缀。


在此问题关闭并与其他问题合并之前,我将在此重新发布答案:

您可以使用gamecenter: URL方案启动Game Center应用程序:

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"gamecenter:"]];
链接地址: http://www.djcxy.com/p/68227.html

上一篇: How can I send a user to the Game Center app?

下一篇: std::sort does not always call std::swap