Reputation: 2607
I honestly cannot understand the correlation between Google Apps & Game services.
I am trying to test Google play services on my Unity game. I configured everything as in documentations. I created a "Game service" in the Google Play console for the game and copied all the resources XML into Unity. But still my account doesn't have any applications. When I create an "Application", I can't find any relationship in that application with the game services or my game.
Do I need to have an "Application" to test an Unity game? If so, where does it connect to any of the "Game services" or my game?
Upvotes: 0
Views: 73
Reputation: 13836
Conceptually the two are almost completely separate.
You can have a game with Game Services without publishing it on Google Play, and publish a games without using Game services.
Google Play Games Services when launched was not just compatible with Android, it was compatible with Web and iOS (though recently iOS was deprecated). Which meant you could use it for an entirely iOS or Web game if you wanted.
So for your case:
Upvotes: 1