robovm-ios-bindings
robovm-ios-bindings copied to clipboard
Google Play Games Services sample redirect_uri_mismatch
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.
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?
the issue was with me changing the app.name value in the robovm.properties. I needed to have
instead of app.name so that the redirect uri points to IOSLauncher (my main class name)