Is it possible to distribute using Testflight and crashreport with crashlytics

I use testflight to distribute the beta version of my application, and sometimes I have problems logging into websites. I want to try crashlytics, but I read that there are some problems using both at the same time. Can I not enable the testflight SDK and still be able to distribute the beta with it? Is this normal practice, or should I just stick to one? How about using a hockeyapp for both?

Also for people using crashlytics, you are asking the user to first allow crash reports.

PS, if this question is not suitable for stackoverflow, please let me know where with stackexchange

Thank you in advance!

+5
source share
2 answers

You do not need to use the testflight SDK to distribute with testflight, so remove this and use ccrashlytics.

You can ask them before you become a beta user, you do not need to ask each time. If you enter this code into production, you must ask each time before shipping.

+2
source

Wayne from Crashlytics is here. Crashlytics is compatible and you should not worry. For support, you can contact support.crashlytics.com.

+10
source

All Articles