Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Using Testflight does not receive crashes

I've installed Testflight (1.2 B3) as stated in the documentation. Builds are uploading and updating fine. I can see sessions (mostly anonymous :/), I receive the logs (TFLog) - but I do not receive any crash reports. I even introduced a crash-on-event (a method not found thing) - but theres is nothing on Testflight about it.

Provisioning is via a developer profile which embeds several devices. The problem occurs on iOS6 and iOS5 / iPhone5 and iPad3. The is being build against iOS6.

Any ideas?

UPDATE I've tested several other frameworks and ways to receive crash reports. Nothing worked so I suspect something in my code (obviously). Are there any other switches that XCode 4.5.1 might have enabled and that way disable any error reporting during a "production environment" like setup?

UPDATE 2 As of now we're using Testflight only for distribution of beta versions and switched to Crashlytics for crash reporting. It's a bit more streamlined and fetches most crashes.

like image 875
gamma Avatar asked Oct 17 '12 08:10

gamma


2 Answers

I also do not get any crash reports via TestFlight. This is what the TestFlight people told me:

Our team is currently looking into an issue associated with auto versioning of the app when uploaded and SDK data not reporting properly. Looking at the URL you provided it looks like the build version is not changing before uploading the app to TestFlight and our auto versioning implementation is causing an issue with general SDK data reporting.

I will share this with our team and we will contact you when we have an update available.

I tried to update the build version to avoid auto-versioning, but it did not help me. But maybe this issue is hitting someone else.

like image 113
Geir Engdahl Avatar answered Sep 29 '22 19:09

Geir Engdahl


Testflight did not satisfy our needs to log crashes. That is why we skipped to Crashlytics (as I said in the original post). The issues with Testflight seem not to be resolved. We still do use it for distribution, that is what it's good at.

like image 33
gamma Avatar answered Sep 29 '22 20:09

gamma