IOS 崩溃报告 SDK

IOS Crash reports SDK

我是一名IOS开发人员,我的一些客户说他们无法打开我的应用程序,而且我一打开它就崩溃了。

我想知道为什么会这样,有没有一个 SDK 可以在我的 IOS 应用程序崩溃时提醒我。

您可以在 app.It 中实施 Crashlytics,它会告诉您崩溃代码中的确切行。

这是 link,可以免费使用。

您可以直接从 iTunesConnect 获取崩溃报告。来自 Apple 文档:

Where can I find the crash reports for my apps? To find crash logs for an app that is or was available on the App Store:

Go to My Apps and select your app Select the platform version you would like to view Go to the Additional Information section at the bottom of the page and click Crash Reports If your app has not received any reports of crashes the link for Crash Reports will not be visible in iTunes Connect.

Crash reports are also available within Xcode if you upload an app with the symbols. For more information, review the Crashes Organizer Help documentation.