google play game realtime multiplayer how to get quickmatch player's name? -


I am trying to use Google APIs to create my real-time multiplayer game I saw that every time the player " Play with each other using the "random match" option, their IDs are different from their actual Google IDs ... is their actual Google ID one way to get a random match and do not use these funny IDs?

As far as I've found you can not do it for automatic matching. <, However, to protect the unknown, only players who were included in the room through automatic matching will have only one participant ID (and no player id).

However, if you have sent the person's name as a message to another device - this can be an option

Comments

Popular posts from this blog

Verilog Error: output or inout port "Q" must be connected to a structural net expression -

jasper reports - How to center align barcode using jasperreports and barcode4j -

c# - ASP.NET MVC - Attaching an entity of type 'MODELNAME' failed because another entity of the same type already has the same primary key value -