How to use Crashlytics with iOS / OS X today view extensions?
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. martn_st Crashlytics support got in touch with me and provided these steps. I tested them and it now works for me iOS 8 app. Add the Crashlytics Run