문제

Does anyone know if it's possible to get a figure for the total number of reported crashes for an app via iTunes Connect? Unless I'm missing something, it seems you can only get the percentage of crashes represented by a set of similar logs.

Or is there another way to get to this data?

Essentially I need to know whether a release has increased or decreased the number of crash reports received by iTunes Connect.

도움이 되었습니까?

해결책

Not really, no. Apple does... something with the crash reports. I think they're trying to be helpful and summarising the reports or filtering out reports that do not appear very often, but you won't see exact numbers in iTunes Connect and you won't see all the crashes.

The way I got around this -- though I was looking to improve the app rather than just collect metrics -- was to install a crash reporter in my app that sent the reports back to a server under my own control. (I wrote more about it here.)

다른 팁

No, but there are two services I know of that provide this data, if you use their respective SDK:

http://www.crittercism.com/ - they have a free plan

http://www.mobclix.com/ - yes this is an ad platform, but they also have crash metrics

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top