Does Crashlytics call CrashlyticsDelegate when a previous crash occurred on an app extension?

南笙酒味 提交于 2020-06-22 04:30:13

问题


I've integrated Firebase Crashlytics with my iOS Today Widget Extension and iOS iMessage Extension. (Unfortunately, there's no official documentation for this.)

If one of my app extensions crashes, will Crashlytics call the CrashlyticsDelegate -crashlytics:didDetectCrashDuringPreviousExecution: callback within the app extension itself the next time app extension is run? Or will Crashlytics call the CrashlyticsDelegate on the main app itself? Or does Crashlytics not support CrashlyticsDelegate callbacks on app extensions?


回答1:


I would expect it to work as long as you are getting crashes from the app extension



来源:https://stackoverflow.com/questions/61801745/does-crashlytics-call-crashlyticsdelegate-when-a-previous-crash-occurred-on-an-a

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!