如何通过 iTunes Connect 获取应用程序报告的崩溃总数

发布于 2024-11-07 10:30:24 字数 166 浏览 0 评论 0原文

有谁知道是否可以通过 iTunes Connect 获取应用程序报告的崩溃总数?除非我遗漏了一些东西,否则您似乎只能获得由一组类似日志表示的崩溃百分比。

或者有其他方法可以获取这些数据吗?

本质上,我需要知道某个版本是否增加或减少了 iTunes Connect 收到的崩溃报告的数量。

Does anyone know if it's possible to get a figure for the total number of reported crashes for an app via iTunes Connect? Unless I'm missing something, it seems you can only get the percentage of crashes represented by a set of similar logs.

Or is there another way to get to this data?

Essentially I need to know whether a release has increased or decreased the number of crash reports received by iTunes Connect.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

失与倦" 2024-11-14 10:30:24

不完全是,不。 Apple 对崩溃报告做了一些事情。我认为他们试图提供帮助并总结报告或过滤掉不经常出现的报告,但您不会在 iTunes Connect 中看到确切的数字,也不会看到所有崩溃。

我解决这个问题的方法 - 尽管我希望改进应用程序而不仅仅是收集指标 - 是在我的应用程序中安装一个崩溃报告器,将报告发送回我自己控制下的服务器。 (我在此处写了更多相关内容。)

Not really, no. Apple does... something with the crash reports. I think they're trying to be helpful and summarising the reports or filtering out reports that do not appear very often, but you won't see exact numbers in iTunes Connect and you won't see all the crashes.

The way I got around this -- though I was looking to improve the app rather than just collect metrics -- was to install a crash reporter in my app that sent the reports back to a server under my own control. (I wrote more about it here.)

夏有森光若流苏 2024-11-14 10:30:24

否,但据我所知,如果您使用各自的 SDK,有两个服务可以提供此数据:

http://www. crittercism.com/ - 他们有一个免费计划

http://www.mobclix.com/ - 是的,这是一个广告平台,但他们也有崩溃指标

No, but there are two services I know of that provide this data, if you use their respective SDK:

http://www.crittercism.com/ - they have a free plan

http://www.mobclix.com/ - yes this is an ad platform, but they also have crash metrics

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文