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

相关文章

Pyserial设置缓冲区大小失败的问题解决

《Pyserial设置缓冲区大小失败的问题解决》本文主要介绍了Pyserial设置缓冲区大小失败的问题解决,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面... 目录问题描述原因分析解决方案问题描述使用set_buffer_size()设置缓冲区大小后,buf

SpringSecurity6.0 如何通过JWTtoken进行认证授权

《SpringSecurity6.0如何通过JWTtoken进行认证授权》:本文主要介绍SpringSecurity6.0通过JWTtoken进行认证授权的过程,本文给大家介绍的非常详细,感兴趣... 目录项目依赖认证UserDetailService生成JWT token权限控制小结之前写过一个文章,从S

springboot security使用jwt认证方式

《springbootsecurity使用jwt认证方式》:本文主要介绍springbootsecurity使用jwt认证方式,具有很好的参考价值,希望对大家有所帮助,如有错误或未考虑完全的地... 目录前言代码示例依赖定义mapper定义用户信息的实体beansecurity相关的类提供登录接口测试提供一

Docker镜像pull失败两种解决办法小结

《Docker镜像pull失败两种解决办法小结》有时候我们在拉取Docker镜像的过程中会遇到一些问题,:本文主要介绍Docker镜像pull失败两种解决办法的相关资料,文中通过代码介绍的非常详细... 目录docker 镜像 pull 失败解决办法1DrQwWCocker 镜像 pull 失败解决方法2总

pip无法安装osgeo失败的问题解决

《pip无法安装osgeo失败的问题解决》本文主要介绍了pip无法安装osgeo失败的问题解决,文中通过示例代码介绍的非常详细,对大家的学习或者工作具有一定的参考学习价值,需要的朋友们下面随着小编来一... 进入官方提供的扩展包下载网站寻找版本适配的whl文件注意:要选择cp(python版本)和你py

SpringSecurity 认证、注销、权限控制功能(注销、记住密码、自定义登入页)

《SpringSecurity认证、注销、权限控制功能(注销、记住密码、自定义登入页)》SpringSecurity是一个强大的Java框架,用于保护应用程序的安全性,它提供了一套全面的安全解决方案... 目录简介认识Spring Security“认证”(Authentication)“授权” (Auth

一文详解kafka开启kerberos认证的完整步骤

《一文详解kafka开启kerberos认证的完整步骤》这篇文章主要为大家详细介绍了kafka开启kerberos认证的完整步骤,文中的示例代码讲解详细,感兴趣的小伙伴可以跟随小编一起学习一下... 目录一、kerberos安装部署二、准备机器三、Kerberos Server 安装1、配置krb5.con

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像一个