i am trying to use google API to make my realtime multiplayer game. I noticed that everytime the players play with each other using the "random match" option, their IDs are different from their actual google IDs... Is there a way to retrieve their actual google IDs on random match and to not use these strange IDs?
相关问题
- Device support warning : Google play 2019
- Non-static method isGooglePlayServicesAvailable an
- Unexpected response code 403 for https://www.googl
- My target SDK version is 25 but Google Play says a
- Screenshot quality on Google Play store via app -
相关文章
- Is there an API to get statictics on Google Play d
- Google.Play web interface hl parameter for arabic
- error: resource integer/google_play_services_versi
- Is it possible to prevent the Google Play app from
- Android IAB: “Error refreshing inventory (querying
- Test Subscription Feature of In-app Billing
- cannot resolve symbol 'LocationServices'
- The library com.google.firebase:firebase-iid is be
As far as I have found you can't for auto-match.
From - https://developers.google.com/games/services/android/realtimeMultiplayer#quick_game_option
However if you sent the persons name to the other device as a message - That could be an option