gpt4 book ai didi

ios - iOS 企业应用程序上的 Crashlytics

转载 作者:行者123 更新时间:2023-11-28 21:01:47 25 4
gpt4 key购买 nike

如何让崩溃显示在企业应用程序的 Fabric.io 仪表板/网站上?

我们有拥有企业 Apple 开发者帐户的客户,我们只通过向他们发送 .IPA 来交付应用程序。安装 Crashlytics 并集成到项目后,版本和构建显示在 Fabric.io 上,我还在 Fabric 中上传了 dSYMS。但我仍然无法得到崩溃。

我在初始化 Fabric/Crashlytics 后立即在 AppDelegate 的 didFinishLaunchingWithOptions 中通过 [[Crashlytics sharedInstance] crash]; 强制崩溃。

最佳答案

好的,我现在开始工作了。根据本指南:

https://support.crashlytics.com/knowledgebase/articles/121064-why-don-t-i-see-data-from-my-first-crash-in-the-da

Make sure our SDK line is after all other 3rd-party SDK lines. (We need to be last one called in your appDidFinishLaunching method.)

Force a crash and then relaunch the app. Xcode must be disconnected to stop it from intercepting the crash report. To disconnect Xcode, follow the instructions here.

If you're using our [Crashlytics sharedInstance] crash]; to test crashing, make sure it's not in the appDidFinishLaunching method.

我的错误是我在 appDidFinishLaunching 方法中强制崩溃。我尝试强行撞入我的一个 IBAction,我在 Fabric Dashboard 中看到了崩溃。

关于ios - iOS 企业应用程序上的 Crashlytics,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48280599/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com