简体   繁体   English

Google Play 拒绝我的 Wear os 配套应用,在手机上启动时崩溃

[英]Google Play reject my wear os companion app with crashed when launch on phone

Can anyone help me clarify what does "Your application crashed when launch on phone" means for a wear os companion app?谁能帮我澄清一下“您的应用程序在手机上启动时崩溃”对于 Wear os 配套应用程序意味着什么? I tested my wear os app on API 28 and API 30, everything works fine.我在 API 28 和 API 30 上测试了我的磨损操作系统应用程序,一切正常。 It is just an incremental update, but it keeps getting rejected recently by google play.这只是一个增量更新,但它最近一直被 google play 拒绝。

You have any update on this?你有这方面的最新消息吗? Same thing just happened to me, got rejected on an incremental update.同样的事情发生在我身上,在增量更新中被拒绝。 I then tried preventing the installation on a phone like this:然后我尝试阻止在这样的手机上安装:

<uses-library android:name="com.google.android.wearable" android:required="true" />

Then it got rejected because they couldn't install it on a phone anymore然后它被拒绝了,因为他们无法再将它安装在手机上

To post an update on this issue, long story short.要发布有关此问题的更新,长话短说。 For my android app with wear os companion, It was my android apps' problem with the release build using minification and shrinkResources with proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' following the android doc. For my android app with wear os companion, It was my android apps' problem with the release build using minification and shrinkResources with proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro' following the android doc . The proguard-android-optimize renamed a couple of class names so that the start of explicit intent crash on all android devices. proguard-android-optimize重命名了几个 class 名称,以便在所有 android 设备上启动显式意图崩溃。

The unfortunate things are:不幸的是:

  • I didn't test the release build from playstore manually.我没有手动测试来自 Playstore 的发布版本。 (all on me, now I am testing with play internal test) (全在我身上,现在我正在使用游戏内部测试进行测试)
  • All apps with wear os companion component on play store are called wear os apps, which gives a lot of confusion play store 上所有带有wear os 配套组件的app 都称为wear os 应用,这会造成很多混乱
  • My release build with code minification problem had passed all prelaunch report tests on google play initially, and I didn't see any crash report on google play.我的带有代码缩小问题的发布版本最初通过了 google play 上的所有发布前报告测试,我没有在 google play 上看到任何crash报告。 (I don't know why this is possible) (我不知道为什么这是可能的)
  • I managed to found out this issue totally by accident and my root cause might not be applicable for all other apps with the same reject text.我完全偶然发现了这个问题,我的根本原因可能不适用于具有相同拒绝文本的所有其他应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我们的 Wear OS 应用未在 Google Play 中列出 - Our Wear OS app not listed on the Google Play 如何在手表上远程从手机打开 Google Play(Wear OS) - How to open Google Play from the phone remotely on the watch (Wear OS) 由于屏幕截图,Google Play 不断拒绝我们的 Wear os 应用 - Google play keeps rejecting our wear os app due to screenshots 发布 Wear OS 表盘和 Android 配套应用 - Publish Wear OS watch face and an Android companion app 如何将 Wear OS 模拟器与在另一个模拟器中运行的配套应用程序配对? - How to pair a Wear OS emulator to a companion app running in another emulator? 我的应用程序显示为开发人员在 Google Play 上针对 Wear OS 进行了增强。但我已经为手机开发了它。出了什么问题? - My app shows as enhanced by developer for wear OS on google play.But I've developed it for Phones.What went wrong? Android Wear - 在手机上启动Google Play - Android Wear - Launching Google Play on Phone Wear OS 应用程序仅在调试时与手机通信 - Wear OS app communicates with phone in debug only 安装应用程序崩溃时应用程序需要Google Play Play - App need Google Games Play when installed app crashed 非独立(配套)Wear OS 应用程序是否仍然允许在 Play 商店中提交,或者它们总是被拒绝? - Are not-standalone (companion) Wear OS apps still allowed for submission on the Play Store, or are they always rejected?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM