在使用Google Play服務時,有什麼方法可以讓特定用戶獲得Google Play ID(數字,字符串,任何內容)?從Google Play服務獲取用戶ID?
8
A
回答
21
對於Google Play遊戲服務,您可以使用:
String playerId = Games.Players.getCurrentPlayerId(getApiClient());
3
這取決於您嘗試訪問的服務。 下面是相關類Player
對谷歌玩遊戲: https://developer.android.com/reference/com/google/android/gms/games/Player.html
及相關類People
從谷歌加: https://developer.android.com/reference/com/google/android/gms/plus/model/people/package-summary.html
最後,還有AdvertisingIdClient
對於谷歌移動廣告平臺: https://developer.android.com/reference/com/google/android/gms/ads/identifier/AdvertisingIdClient.html
相關問題
- 1. 從Google Play服務庫獲取build.xml
- 2. 從Google Play遊戲服務獲取用戶分數?
- 3. 如何協助用戶獲取Google Play服務
- 4. Google Play服務 - 登錄 - 客戶端ID調試與發佈
- 5. Unity Google Play服務
- 6. 如何從OAuth的Latitude服務的令牌響應中獲取Google用戶ID?
- 7. 從Google Contacts獲取Google+ ID
- 8. C#從Google Analytics獲取客戶端ID
- 9. 獲取Google IdToken的服務帳戶?
- 10. 從Java服務器獲取登錄用戶的NT ID
- 11. 從SAS元數據服務器獲取用戶ID
- 12. Google Play服務Unity3d插件
- 13. Google Play服務 - 已更新?
- 14. Google Play服務源代碼
- 15. Android Google Play遊戲服務
- 16. Google Play服務版本
- 17. Google Play服務+ Gradle + Eclipse
- 18. Google Play服務問題
- 19. Google Play服務庫缺失
- 20. Android Wear Google Play服務
- 21. Google Play服務庫文檔?
- 22. Xamarin Google Play服務缺失?
- 23. Google Play遊戲服務
- 24. 獲取隨機的Google+用戶ID
- 25. 在ASP.NET MVC4中獲取Google用戶ID
- 26. Blogger google API獲取用戶ID
- 27. 獲取安裝該應用的Google Play帳戶的Google帳戶用戶名
- 28. SauceLab - Android版Appium集成 - 獲取Google Play服務
- 29. Play Framework獲取資產服務器端
- 30. 我從哪裏獲得Google Play服務3136100
我明白了,但謝謝。這可能對未來的其他人有所幫助。 – Agamemnus 2015-01-12 20:40:57
@Pygmalion它是獨一無二的,並且是不變的?它可以用來在線保存玩家的進度嗎? – 2016-05-20 16:56:58