Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is it possible to distribute using Testflight and crashreport with crashlytics

Tags:

ios

testflight

I am using testflight to distribute a beta of my app and sometimes having issues logging in to the websites. I want to try crashlytics but i read that there some issues with using both at the same time. Can i not include testflight SDK and still be able to distribute beta using it? Is that a normal practice or i should just stick to one? What about using hockeyapp for both?

Also for people that use crashlytics do you ask the user first to allow sending crash reports.

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

Thank you in advance!

like image 569
Yan Avatar asked Sep 27 '12 15:09

Yan


2 Answers

Wayne from Crashlytics here. Crashlytics is compatible and you shouldn't have any worries. For support you can contact at support.crashlytics.com.

like image 102
Wayne Chang Avatar answered Nov 05 '22 05:11

Wayne Chang


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

You can ask them before they become the beta user, you dont need to ask each time. If you put that code into production, then you should ask every time before sending.

like image 32
nycynik Avatar answered Nov 05 '22 03:11

nycynik