ios - Crashlytics is not sending Crash report from iPhone -


i've setup crashlytics in 1 ios application , installed application on real device. crashlytics dashboard displaying that, i've added app. however, it's not sending crash report. internet speed not good. can check emails device. can guess, problem?

xcode debugger not allow crashlytics process crash reports. yeah, seem weird me when read first time fact (source). that's reason never see crash report when:
- running app in simulator
- running app on idevice directly build , run xcode debugger on.

to make sure crash reported during testing (copied crashlytics support site):
1. launch simulator
2. press stop
3. launch app , force crash
4. relaunch app simulator
5. see crash report in web dashboard.

edit:

added reference; crashlytics provides short article on a quick way force crash , article on why don't see data first crash.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -