Hezine
Hezine

Reputation: 23

Is the Google Play Game Services playerId static

I'm currently developing a game with unity using the unity google plugin.

I want to use the Google login as one of 3 login keys to access my game servers and want to know if the playeriD (Google Play Game Services > games.players.get) would be static. regardless from where they login from.

Upvotes: 2

Views: 900

Answers (1)

johnny
johnny

Reputation: 169

Yes. If you look at the Google+ profile link - like https://plus.google.com/116518204578946283219/posts, the playerId is the unique number identifying Google+ users.

Upvotes: 1

Related Questions