简体   繁体   English

从手动安装apk的设备接收Google Play商店崩溃报告

[英]Receiving Google Play Store crash reports from devices that manually install the apk

Customers require specific versions of my Android application and do not wish for their device to update the application to a newer version at any point. 客户需要我的Android应用程序的特定版本,并且不希望他们的设备随时将其更新为新版本。 I would like to receive crash reports from all the various versions of my application. 我想从我的应用程序的所有不同版本接收崩溃报告。

My application is published in the Google Play Store and is regularly updated with newer versions. 我的应用程序已发布在Google Play商店中,并定期更新。 I also compile each version with a different package name and maintain a database of old APKs so that I may provide my customers with a legacy version that will not receive updates. 我还会用不同的软件包名称编译每个版本,并维护旧APK的数据库,以便为客户提供不会收到更新的旧版本。

I wish to receive crash reports from all version. 我希望收到所有版本的崩溃报告。 Is there a way to direct crash reports to the single listing I have in the Google Play Store? 有没有一种方法可以将崩溃报告定向到我在Google Play商店中的单个列表中? Would I have to create a separate Google Play Store listing for each version of my application with the unique package names? 是否需要为我的应用程序的每个版本创建一个单独的Google Play商店列表,并使用唯一的包名称? Is there a way to receive crash reports independent of the Google Play Store? 有没有一种方法可以独立于Google Play商店接收崩溃报告? I am also interested in viewing other statistics, but the crash reports are most important. 我也有兴趣查看其他统计信息,但是崩溃报告最为重要。

Is there another approach to providing legacy support for my customers that would make it easier to receive crash reports? 是否有另一种方法可以为客户提供传统支持,从而更容易接收崩溃报告?

Google Play Store only shows vitals for installations with matching package names (which is expected). Google Play商店仅显示具有匹配软件包名称的安装的重要信息(这是预期的)。 I would like to see vitals even if my package name is different. 即使我的包裹名称不同,我也希望看到活力。 It appears that I can receive reports from installations that occur separately from the google play store as long as the package names are the same. 看来,只要软件包名称相同,我就可以从与Google Play商店分开进行的安装中接收报告。

I highly recommend implementing Firebase Analytics into your app. 我强烈建议您在应用中实施Firebase Analytics Firebase Analytics is provided for free from Google . 火力地堡Analytics(分析)提供了从谷歌免费的。 As long as every version of your app has a snippet with the same ID number that lets Firebase crawl, you will get reports from all of your apps at the single dashboard and it is much better than just Google Play's report. 只要您的每个版本的应用程序都有一个具有相同ID号的片段即可通过Firebase进行抓取,您将在单个仪表板上从所有应用程序获取报告,这比Google Play的报告要好得多。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM