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?