robovm-ios-bindings icon indicating copy to clipboard operation
robovm-ios-bindings copied to clipboard

Google Play Game Service submission issue

Open ocfmem opened this issue 10 years ago • 1 comments

If you upload an application to the appstore with the current google-play-game-services binding, your app will be refused:

ERROR ITMS-9000: "Missing or invalid signature. The bundle 'com.google.GPPSignIn3PResources' at bundle path 'Payload/My_app_name.app/GooglePlus.bundle' is not signed using an Apple submission certificate."

Apple's policy change seems to be the origin of the problem. Check here for the solution: http://googledevelopers.blogspot.com.br/2014/09/an-important-announcement-for-ios.html.

In comments, someone is giving a precious information: "Please note that if you're using the Google Play Games SDK, you'll also want to delete GooglePlayGames.bundle/GooglePlayGames. "

ocfmem avatar Oct 14 '14 11:10 ocfmem

I deleted that GooglePlayGames folder but still cannot pass pre-submission check. Maybe I'm not doing something right? I'm using precompiled google-play-gameservices.jar - maybe that's why deleting the folder from the bundle does nothing for me?

barodapride avatar Dec 09 '14 05:12 barodapride