如何将 Google Play Developer API 版本更新到 v3?
Posted
技术标签:
【中文标题】如何将 Google Play Developer API 版本更新到 v3?【英文标题】:How to update Google Play Developer API version to v3? 【发布时间】:2019-11-23 18:44:36 【问题描述】:发布应用时收到此警告:
We’ve detected that your app is using an old version of the Google Play Developer API. From December 1 2019, versions 1 and 2 of this API will no longer be available. Update to version 3 before this date.
https://android-developers.googleblog.com/2019/03/changes-to-google-play-developer-api.html
我想知道为什么会收到此警告,因为我没有明确使用 Google Play 开发者 API。
谁能告诉我这是什么意思以及如何将其更新到 v3? 以上链接不足以解决问题。
已将每个库升级到最新版本!!
Here is the snap of libraries I've used
【问题讨论】:
也许您的某个图书馆使用它。你想发布你的图书馆吗? 添加了库的截图,请查看@ChrisPapantonis 【参考方案1】:我遇到了同样的问题。我不得不更新谷歌服务。
请参阅https://firebase.google.com/support/release-notes/android#2019-08-22:“适用于 Android (v4.3.1) 的 google-services 插件现已推出。此版本删除了对已弃用 API 的调用。有关详细信息,请参阅 Firebase Android SDK 发行说明。”
希望对您有所帮助!
【讨论】:
您能否提供更多信息,您究竟对 firebase 做了什么以更新到正确的版本? 在您的项目build.gradle
中,更新您的插件版本。例如classpath 'com.google.gms:google-services:4.3.3'
以上是关于如何将 Google Play Developer API 版本更新到 v3?的主要内容,如果未能解决你的问题,请参考以下文章
使用 Google Play Developer API 进行服务器端授权?
如何在 Google Play Developer Console 中取消发布应用
无法通过 Publisher API 将 APK 上传到 Google Play Developer
错误:用于调用 Google Play Developer API 的项目 ID 尚未在 Google Play Developer Console 中链接