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

Google Play Games Services sample redirect_uri_mismatch

Open Eon1 opened this issue 10 years ago • 2 comments

When ever I try to login to Google play game services using the Sample given in the binding I get redirect_uri_mismatch. I was just trying to run the sample to see how Google Play Game Services behaved on Ios. I'm running the sample in gpgs.

Eon1 avatar Sep 15 '14 19:09 Eon1

I am also getting this error. I'm using a PlayServicesManager instance to handle my login and interface. My app tries to login upon startup. It opens the Google+ app and then opens a safari browser to present the login. After logging in, it now just says redirect_uri_mismatch error. Can someone post an up to date sample code for how to interface with GPGS through these bindings?

barodapride avatar Dec 05 '14 03:12 barodapride

the issue was with me changing the app.name value in the robovm.properties. I needed to have CFBundleName IOSLauncher

instead of app.name so that the redirect uri points to IOSLauncher (my main class name)

barodapride avatar Dec 09 '14 05:12 barodapride