There's some existing questions and info dotted around about this (for example How to use Crashlytics with iOS / OS X today view extensions?) but they are very very old, using APIs that no longer exist, have contradictory information, and generally a mess.
My question is simple - is it possible to run Crashlytics in an extension? Specifically a notification service extension?
If anybody has any up to date step by step instructions I'd be grateful. I've tried a few experimentations but nothing working. But actually I don't see how it could actually even work - because crashes in an app are uploaded to the dashboard next time the app runs. But how would an app know that a crash occured within an extension if Crashlytics was added to the extension? If the app and the extension are using a shared group then crashlytics info could be shared between the extension and the app via a file in the group, and yet in none of the answers/references regarding regarding crashlyics/extensions is this aspect ever mentioned.