0

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?

Heath Borders
  • 30,998
  • 16
  • 147
  • 256

1 Answers1

-3

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

Chintan
  • 651
  • 4
  • 15
  • 1
    Please add documentation to support your assertion. – Heath Borders Jun 11 '20 at 16:07
  • @HeathBorders No documentation exists. I am from Firebase DevRel team and this info is directly from the engineers who works on iOS SDK. In general we haven’t focused on supporting App Extensions – Chintan Jun 11 '20 at 17:49
  • Awesome. Thanks for your answer! Please update your answer with that information, and please include an answer about whether the `CrashlyticsDelegate` callback runs within the main app or the app extension. – Heath Borders Jun 11 '20 at 21:20
  • Claiming to work somewhere, and not providing any code or documentation is not an answer. – iSpain17 Aug 26 '20 at 08:46