playgameservices / management-tools

Tools for app developers to mange their Play Game services apps.
143 stars 73 forks source link

Linked Web Application Required? #16

Closed NaxIonz closed 9 years ago

NaxIonz commented 9 years ago

We are developing our game for Android, and trying to use these tools just so we can reset achievements on test devices.

However, I can't seem to connect to the game when clicking "Sign In"

screenshot 2015-01-05 19 04 52

Am I required to have a linked Web application even for a mobile game?

ToddKerpelman commented 9 years ago

Yes, you need to have a linked Web application if you're intending to use the management tools. That's what allows the tool to sign-in to the same set of services that your Android game is using.

NaxIonz commented 9 years ago

Does it matter what URL I use for that linked Web application?

Can we just use the landing page of our company? Or does it actually need to link to a "game?"

Is there any other way to reset the achievements without doing all this? (That's all we are trying to accomplish with these tools)

samtstern commented 9 years ago

@NaxIonz this is the easiest way to reset. Once you link a web application and run this tool it will be one click.

NaxIonz commented 9 years ago

@samtstern Can you clarify what I actually need to link to for a mobile game? We don't actually have any "Web Game/Application" so I am not quite sure what we are supposed to be filling out there just to get this tool working.

samtstern commented 9 years ago

You just need to get a client ID for web. For the URL of the application put localhost:8000 (or whatever port you will use with python SimpleHTTPServer -m). There does not need to be a web 'game'.

On Mon Jan 05 2015 at 5:55:09 PM NaxIonz notifications@github.com wrote:

@samtstern https://github.com/samtstern Can you clarify what I actually need to link to for a mobile game? We don't actually have any "Web Game/Application" so I am not quite sure what we are supposed to be filling out there just to get this tool working.

— Reply to this email directly or view it on GitHub https://github.com/playgameservices/management-tools/issues/16#issuecomment-68814911 .

NaxIonz commented 9 years ago

Many thanks - I will relay that to our producer so he can set it up tomorrow, and I will attempt again :-)