I use Fabric Beta to get crash reports with Ad-Hoc provision profile before. After I submit my app to App Store, I didn't see any crash reports in the Crashlytics dashboard. So everything is working when distributed by Fabric Beta, but not App Store?
Asked
Active
Viewed 1,460 times
2
-
Crashtlytics does not report crashes if the build configuration is set to 'Debug'. I hope you had set the configuration of your Archive to 'Release' – 7vikram7 Jul 21 '16 at 06:00
-
Hey @7vikram7 - Mike from Fabric here - we can capture crashes if the build configuration is set to 'Debug', you just need to make sure that dSYMs are created when using that build configuration. – Mike Bonnell Jul 21 '16 at 13:06
-
Hey @yong_ho, Fabric can detect crashes on the production version of your app - are you using Bitcode? – Mike Bonnell Jul 21 '16 at 13:07
-
@MikeBonnell Thank you for the clarification. So if we upload the dSYM to fabric web panel, it would report crashes of debug configuration too? – 7vikram7 Jul 22 '16 at 05:50
-
Yep, alternatively, just use the upload-symbols script documented here: https://docs.fabric.io/apple/crashlytics/missing-dsyms.html#upload-symbols-script – Mike Bonnell Jul 22 '16 at 13:57
-
I faced the same issue, the first answer of [this question](https://stackoverflow.com/questions/17818428/crashlytics-is-not-sending-crash-report-from-iphone) solved my problem, which is you have to run on the simulator... @MikeBonnell please advice. – Ahmad F Jul 02 '17 at 08:40
-
@AhmadF It's unclear to me what issue you're facing. If it's a separate issue, I'd recommend posting a new question. I'd also make sure you've uploaded any missing dSYMs. You can check your app's settings page to see if any are missing. – Mike Bonnell Jul 05 '17 at 12:21