Play 控制台上的测试版发布错误

Posted

技术标签:

【中文标题】Play 控制台上的测试版发布错误【英文标题】:Error in beta release on play console 【发布时间】:2018-09-13 06:36:45 【问题描述】:

您好,我想发布我的应用程序的新测试版。但我收到错误 错误 在开始发布此版本之前解决这些错误。

您的应用有一个版本代码为 1 的 apk,它请求以下权限:android.permission.READ_PHONE_STATE。在 APK 中使用这些权限的应用需要设置隐私政策。但我没有在我的应用中使用 READ_PHONE_STATE。 我在 android manifest 中的权限是:

<uses-permission android:name="android.permission.VIBRATE"/>
<uses-permission android:name="android.permission.WAKE_LOCK"/>

在 gradle 中的依赖是:

compile 'com.android.support:appcompat-v7:26.1.0'
compile 'com.android.support:design:26.1.0'
compile 'com.crashlytics.sdk.android:crashlytics:2.9.1'
compile 'com.google.code.gson:gson:2.8.1'
compile 'com.google.firebase:firebase-core:12.0.0'

不知道是什么问题,请帮忙

【问题讨论】:

没问题,快乐编码:) 【参考方案1】:

改变这个:

compile 'com.google.firebase:firebase-core:12.0.0'

到这里:

compile 'com.google.firebase:firebase-core:12.0.1'

这是12.0.0 版本中的一个错误,后来在最新版本中得到了修复,如下所述:

https://developers.google.com/android/guides/releases

https://firebase.google.com/support/release-notes/android

【讨论】:

以上是关于Play 控制台上的测试版发布错误的主要内容,如果未能解决你的问题,请参考以下文章

如何在 Google Play 控制台上记录卸载?

如何在 Google Play 控制台上记录卸载?

发生意外的错误。请再试一次。在 Google Play 控制台上 (6B974D92)

我无法在 Google Play 控制台上重置敏感应用权限声明

Google Play 开发者控制台上的 Apk 上传不起作用

在 Google Play 控制台上上传我的 React Native/Expo 应用程序时出错