I have a host app and network extension. Crashes from the host app are being reported correctly, but nothing from the extension.
I'm calling
[Fabric with:@[[Crashlytics class]]];
from startTunnelWithOptions
, and then
[[Crashlytics sharedInstance] crash];
at the end of startTunnelWithOptions
I have the same Fabric entry in the info.plist and the same Fabric run script in build settings for the host app and the extension. I'm running the app on device, not from Xcode.
What else could I be doing wrong? I think I have covered all the bases in all the posts I have seen about this not working.