Android 自动 - Google 深色模式拒绝播放 - 如何修复?

Android auto - Google play rejection for Dark mode - How to fix?

我的应用程序因 Android auto 而被拒绝。他们说深色模式有问题。检查下面的消息。

我检查了所有内容,但找不到解决问题的方法。该应用程序仅向 Android 汽车应用程序提供音频项目。 Android 自动应用负责渲染项目。他们对每个应用程序都有相同的布局。

你对我做错了什么有什么建议吗? Android 自动支持不是由我构建的,所以我可能不明白布局或主题在哪里位于。

Hi Developers at {company},

Thanks for submitting your app for Android Auto. We reviewed your app, {app_name}, with package name {pacage_name}, and noticed some eligibility issues. App status: Your app has not been accepted into Android Auto, and the update is not live on Google Play.

Eligibility issues by APK version: Version(s)Eligibility IssueAPK:307 No night mode Your app does not support both day mode and night mode (by rendering light text and controls on a dark background).APK:307App does not perform as expected Your app does not perform all functions properly or as expected from a user perspective.

To be considered for Android Auto:

Make the necessary changes to your app.

  • Increment the version number of the upgraded APK.

  • Submit your app for another review.

Or, if you’d like to exclude your app from Android Auto:

  • Remove the Android Auto manifest entry from your APK code.

  • Sign in to your Play Console and upload the new APK.

  • Click Submit update.

For more details on how an app can qualify for Android Auto, you can review the Android Auto App Quality Guidelines. If you feel we have made this determination in error, please submit additional information to our team and we’ll review your app again. Thanks for supporting Google Play, The Google Play Team

2018 年 12 月 10 日更新:

重新提交应用以供审核很有帮助。我无法找出为什么该应用程序第一次被拒绝。我的应用程序未提供布局和图像,因此 dark/light 模式的问题听起来不像是可能的原因。

你是对的 Android Auto 负责将视图渲染到屏幕上。使用 Public 媒体或消息 SDK 的开发人员无权在屏幕上绘制自定义元素或操作主题。

以下是 Day and Night transitions 汽车应用设计质量文档的说明:

All the UIs support different color schemes for day and night. The platform provides the state (day or night) and makes adjustments automatically.

您收到的电子邮件读起来也有点像他们正在使用完整的 SDK,而不是 Public SDK,将其作为全屏应用进行审查。我会尝试通过再次提交应用来开始另一次审核,或者尝试与 Play 管理中心支持团队取得联系