生产应用程序的客户端崩溃报告

发布于 2024-10-30 17:55:12 字数 50 浏览 1 评论 0原文

我在应用程序商店中有一个应用程序,我想了解客户端崩溃的情况。有什么办法可以通过编码吗?

I have an app in the appstore and I would like to be aware about client crashes. is there any way through coding?

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

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

发布评论

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

评论(3

三生一梦 2024-11-06 17:55:12

您可以查看以下内容:

Landon Fuller 的 PLCrashReporter - 您可以使用的崩溃报告库可以捆绑在您的应用程序中。

MacDevCrashReporter 看起来像是手机上基于 PLCrashReporter 的工具和用于查看有关已提交崩溃报告的信息的 Web 服务的组合。还没有使用过它,但 Web 服务是基于 PHP 的 - 如果它不提供任何类型的电子邮件通知,您可能可以编辑代码来向您发送电子邮件通知(或其他类型的通知系统)。

当然,iTunes Connect 中还有“崩溃报告器”页面 - 登录,选择要管理的应用程序,选择“查看当前版本的详细信息”,然后选择“崩溃报告”链接。有时我发现需要单击“立即重新加载”链接才能显示报告。

Here are a few things you can look at:

PLCrashReporter from Landon Fuller - a crash reporting library you can bundle in your app.

MacDevCrashReporter looks like a combination of a PLCrashReporter-based tool on the phone and a web service for viewing information about submitted crash reports. Haven't used it, but the web service is PHP-based - if it doesn't offer any sort of email notifications, you can probably edit the code to send you email notifications (or some other sort of notification system).

Of course, there's also the Crash Reporter page in iTunes Connect - log in, select the application you want to manage, select View Details of the current version, and select the Crash Reports link. I've sometimes found that I need to click the Reload Now link to get reports to appear.

挽袖吟 2024-11-06 17:55:12

您可以尝试使用 Flurry SDK。它免费、易于使用,并提供大量有关您的应用程序及其使用情况的统计信息。 www.flurry.com

You can try using the Flurry SDK. Its free, easy to use and provides tons of stats about your app and its usage. www.flurry.com

旧瑾黎汐 2024-11-06 17:55:12

看看QuincyKit!崩溃日志的整体客户端和服务器端解决方案。
它也是基于PLCrashReporter。

Take a look at QuincyKit! an overall client side and server side solution for crash logs.
It is also based on PLCrashReporter.

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