I have a valid testing setup with Google Play, at least everything is greenlit. I have set the Application ID into the Google play plugin.
I tried this but it won't allow me to put / (slashes) into the URL
I feel like this information could be outdated, at least where to find all things.
To do this, in the Developer Console under Game details, find the header that says API CONSOLE PROJECT and follow the link to the API console project for your game. In the API console, select APIs & auth, then Credentials. Notice the Javascript Origins field contains only your final URL; this also needs to contain any preview URLs to be allowed access. Click Edit settings. Under Authorized Javascript Origins, make sure the final URL and the preview URL appear on separate lines.
mywebsite.com/games/myawesomegame
preview.construct.net/local
In the end, when exporting a debug version onto my phone the google play animation starts, trying to login and then just closes. No error message coming from the plugin.
Am I forgetting something?