How can I get the crashes to show on Fabric.io dashboard/site on Enterprise Apps?
We have clients that have Enterprise Apple Developer Accounts, we deliver the app by only sending them the .IPA. After installing Crashlytics and integrating to the project, the version and build shows up on Fabric.io, and I have also uploaded the dSYMS in Fabric. But I still could not get the crashes.
I am forcing a crash by [[Crashlytics sharedInstance] crash];
in the didFinishLaunchingWithOptions in the AppDelegate just right after I initialize Fabric/Crashlytics.