【发布时间】:2020-06-17 23:14:01
【问题描述】:
Google Play 游戏服务“已保存游戏”功能是否已弃用?
在他们的网站上,Saved Games 未被列为已弃用。
https://developers.google.com/games/services/android/savedgames
但是,当在代码中指定 Drive 范围时,Android Studio 会给出代码提示,说明该功能已被弃用,并且在 Google Drive API 网站上,它指出该功能已被弃用。
https://developers.google.com/drive/android
网站建议迁移到 Drive REST API?
并且该网站建议迁移到 Firebase Cloud Firestore。
强烈建议需要应用数据存储的客户迁移到非云端硬盘解决方案,例如 Cloud Firestore。
任何清晰度将不胜感激。
【问题讨论】:
标签: android firebase google-play-services google-play-games google-play-developer-api