unity Game Center iOS 认证失败social.authenticate

2024-02-19 02:59

本文主要是介绍unity Game Center iOS 认证失败social.authenticate,希望对大家解决编程问题提供一定的参考价值,需要的开发者们随着小编来一起学习吧!

avatar image
0
个问题,截止 Bieere · 2014年09月18日 19:40 ·  game center

UnityEngine.Social not working with IOS 8. Unsure how to resolve the issue.

When running our game on any device that uses game center we get an error that is related to specifically the authentication/connection from the game to Game Center. Now this works on IOS 7 versions, just not with IOS 8.

We get this return from the authentication attempt,

Failed to authenticate local user The requested operation could not be completed because this application is not recognized by Game Centre.

Has anyone encountered this issue/problem? is this a unity related issue, or something from xCode and/or Apple and Game Centre?

Built from xCode v6.0.1, to IOS 8.

EDIT: I've noticed that it seems to be an issue directly with UnityEngine.Social, as the social.authenticate seems to be the root of the issue.

评论 ·   隐藏 1
avatar image tilikum  · 2014年09月23日 13:32  0

Same problem here. I also tried with Stan's iOS Native Plugin, but had the same error. 

1条回复

 ·  添加您的回复
<div id="answer-container-796690" class="post-container answer-container clearfix accepted-answer" "="" nodeid="796690" style="clear: both; position: relative; margin-bottom: 12px;">
avatar image
2
最佳解答

个解答,截止tilikum  

OK I figured it out. iPhone Settings/Game Center tab has a new checkbox called sandbox in iOS 8. It should be checked to test Game Center. 



评论
·   隐藏 2 ·  分享
avatar image Bieere  · 2014年09月24日 14:15  1

This worked perfect, thank you so much!

Also i was confused for a second, and anyone else who might be while looking, he means in the Settings Menu on the IOS device so Settings->Game Center Tab, scroll to the bottom and there's a switch 

avatar image HenryStrattonFW  · 2015年11月13日 18:39  0

Just ran into this myself as well, worth noting as well that for us, the "sandbox" option is only available when the testflight app is installed on the device.


这篇关于unity Game Center iOS 认证失败social.authenticate的文章就介绍到这儿,希望我们推荐的文章对编程师们有所帮助!



http://www.chinasem.cn/article/723305

相关文章

MySQL安装时initializing database失败的问题解决

《MySQL安装时initializingdatabase失败的问题解决》本文主要介绍了MySQL安装时initializingdatabase失败的问题解决,文中通过图文介绍的非常详细,对大家的学... 目录问题页面:解决方法:问题页面:解决方法:1.勾选红框中的选项:2.将下图红框中全部改为英

Nginx启动失败:端口80被占用问题的解决方案

《Nginx启动失败:端口80被占用问题的解决方案》在Linux服务器上部署Nginx时,可能会遇到Nginx启动失败的情况,尤其是错误提示bind()to0.0.0.0:80failed,这种问题通... 目录引言问题描述问题分析解决方案1. 检查占用端口 80 的进程使用 netstat 命令使用 ss

pip install jupyterlab失败的原因问题及探索

《pipinstalljupyterlab失败的原因问题及探索》在学习Yolo模型时,尝试安装JupyterLab但遇到错误,错误提示缺少Rust和Cargo编译环境,因为pywinpty包需要它... 目录背景问题解决方案总结背景最近在学习Yolo模型,然后其中要下载jupyter(有点LSVmu像一个

java如何通过Kerberos认证方式连接hive

《java如何通过Kerberos认证方式连接hive》该文主要介绍了如何在数据源管理功能中适配不同数据源(如MySQL、PostgreSQL和Hive),特别是如何在SpringBoot3框架下通过... 目录Java实现Kerberos认证主要方法依赖示例续期连接hive遇到的问题分析解决方式扩展思考总

Xshell远程连接失败以及解决方案

《Xshell远程连接失败以及解决方案》本文介绍了在Windows11家庭版和CentOS系统中解决Xshell无法连接远程服务器问题的步骤,在Windows11家庭版中,需要通过设置添加SSH功能并... 目录一.问题描述二.原因分析及解决办法2.1添加ssh功能2.2 在Windows中开启ssh服务2

Redis连接失败:客户端IP不在白名单中的问题分析与解决方案

《Redis连接失败:客户端IP不在白名单中的问题分析与解决方案》在现代分布式系统中,Redis作为一种高性能的内存数据库,被广泛应用于缓存、消息队列、会话存储等场景,然而,在实际使用过程中,我们可能... 目录一、问题背景二、错误分析1. 错误信息解读2. 根本原因三、解决方案1. 将客户端IP添加到Re

浅析Spring Security认证过程

类图 为了方便理解Spring Security认证流程,特意画了如下的类图,包含相关的核心认证类 概述 核心验证器 AuthenticationManager 该对象提供了认证方法的入口,接收一个Authentiaton对象作为参数; public interface AuthenticationManager {Authentication authenticate(Authenti

安卓链接正常显示,ios#符被转义%23导致链接访问404

原因分析: url中含有特殊字符 中文未编码 都有可能导致URL转换失败,所以需要对url编码处理  如下: guard let allowUrl = webUrl.addingPercentEncoding(withAllowedCharacters: .urlQueryAllowed) else {return} 后面发现当url中有#号时,会被误伤转义为%23,导致链接无法访问

fzu 2275 Game KMP

Problem 2275 Game Time Limit: 1000 mSec    Memory Limit : 262144 KB  Problem Description Alice and Bob is playing a game. Each of them has a number. Alice’s number is A, and Bob’s number i

【iOS】MVC模式

MVC模式 MVC模式MVC模式demo MVC模式 MVC模式全称为model(模型)view(视图)controller(控制器),他分为三个不同的层分别负责不同的职责。 View:该层用于存放视图,该层中我们可以对页面及控件进行布局。Model:模型一般都拥有很好的可复用性,在该层中,我们可以统一管理一些数据。Controlller:该层充当一个CPU的功能,即该应用程序