Since today extensions run as separated a process I am sure they will not log any crashes out of the box. I assume we need to initialize Crashlytics on the widget separately. E.g. in the viewDidLoad
method of the TodayViewController
.
- Is anybody already using Crashlytics inside any iOS / OS X extensions? If so, how did you implemented it?
- I am also wondering if it would make sense to create a separate app in Crashlytics just for the extension.