简体   繁体   English

Google Play游戏服务未签名

[英]Google Play Game Services not signing it

my app is on the store and I've tested a lot before uploading and its working fine, today while I was debugging different stuff, suddenly the Google Play Game Services stopped signing in, I've tried different devices and I haven't been able to log in, after installing from the store. 我的应用程序已在商店中,在上传之前我已经进行了很多测试,并且可以正常工作。今天,当我调试其他内容时,突然Google Play游戏服务停止登录,我尝试了不同的设备,但我没有从商店安装后能够登录。

Sorry I don't have any code to share cause am sure it's not my code and the bugs I was trying with are not related, Oh and one more thing, my achievments button is also acting wierd, it's not responding. 抱歉,我没有任何代码可共享,因为请确保这不是我的代码,并且与我尝试使用的错误没有关系。哦,还有一件事,我的成就按钮也很奇怪,没有响应。 It doesn't start the activity that's requested .. 它不会启动所请求的活动。

Terribly sorry on this one guys, I figured it out by mistake lol, I had the activity launch mode as single instance 非常抱歉,我把它弄错了,大声笑,我将活动启动模式设为单实例

android:launchMode="singleInstance"

in the manifest, removed it and all is good now. 在清单中删除它,现在一切都很好。 Sorry :) 对不起:)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM