问题
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