简体   繁体   English

玩游戏服务:应用程序错误配置错误?

[英]Play game services: The application is incorrectly configured error?

I have integrated the google play game services to my app and also i have deplyoed the app in the playstore for aplha testing.我已将 google play 游戏服务集成到我的应用程序中,并且我还在 Playstore 中部署了该应用程序以进行 aplha 测试。 I have also added the proper email id for tester and also i have properly configured the SHA5 for the same.我还为测试人员添加了正确的电子邮件 ID,并且我已经正确配置了相同的 SHA5。 But i'm getting the error as shown in the below screen shot.但我收到错误,如下面的屏幕截图所示。

截屏

I can see the below logs in the android studio logcat我可以在 android studio logcat 中看到以下日志

**** APP NOT CORRECTLY CONFIGURED TO USE GOOGLE PLAY GAME SERVICES
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** This is usually caused by one of these reasons:
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** (1) Your package name and certificate fingerprint do not match
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: ****     the client ID you registered in Developer Console.
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** (2) Your App ID was incorrectly entered.
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** (3) Your game settings have not been published and you are 
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: ****     trying to log in with an account that is not listed as
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: ****     a test account.
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: ****
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** To help you debug, here is the information about this app
11-01 11:08:56.669 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Package name         : com.purvotara.makeit24
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Cert SHA1 fingerprint: 27:EF:8E:62:7E:34:8E:B2:C6:47:A2:57:A9:EB:99:70:AC:40:D2:B2
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** App ID from          : 978150775748
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: ****
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Check that the above information matches your setup in 
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** Developer Console. Also, check that you're logging in with the
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** right account (it should be listed in the Testers section if
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** your project is not yet published).
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: ****
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: **** For more information, refer to the troubleshooting guide:
11-01 11:08:56.670 9353-9353/com.purvotara.makeit24 W/GameHelper: ****   http://developers.google.com/games/services/android/troubleshooting

Please help in fix this issue.请帮助解决这个问题。

I hope this will help you to solve in generating build :我希望这将帮助您解决生成构建:

The signature you uploaded in the developer console is matched with your signed build signature.您在开发者控制台中上传的签名与您签名的构建签名相匹配。

Use the same signature which is uploaded in the developer console.使用在开发者控制台中上传的相同签名。 or else change the information in developer console.或者更改开发者控制台中的信息。

NOTE : Signature in developer console should match the signature which is configured in your android studio build settings. Then only you can able to upload the signed and production build to a marketplace.

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

相关问题 该应用程序配置不正确的Google Play游戏服务 - The application is incorrectly configured Google Play Game Services 我刚发布Android Play游戏服务时,“您的应用程序配置错误” - android play games services “your application is incorrectly configured” just when I publish it 在Android游戏中配置不当的Google Play游戏服务 - Improper configured Google play game services in android game Unity 游戏未正确配置为使用 google play 游戏服务 - Unity Game not correctly configured to use google play game services 应用未正确配置为使用 google play 游戏服务 - App not correctly configured to use google play game services 应用程序配置不正确,无法通过libgdx游戏使用Google Play服务 - App not correctly configured to use Google Play services with a libgdx game 应用程序错误:未为Google Play配置此版本的应用程序 - Application Error : This version of the application is not configured for Google Play android play games服务配置错误。 有谁知道如何解决? - android play games services is incorrectly configured. anyone know how to fix? 应用程序未配置为通过 Google Play 计费错误 - Application not configured for billing through Google Play error Google Play游戏服务连接错误 - Google Play Game Services Connection Error
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM