pippin wrote: > > My favorite right now is "crashes all the time". There are exactly THREE > crash reports under iOS 6 in Apple's crash report tool, ZERO for all > previous iOS version (unfortunately the three ones are very > inconclusive.... it crashes in iOS' own even handling, not iPeng, I > believe I know what's going on but have no idea where it's coming from, > hopefully the net update already fixes it). From the crash reports I'm > seeing this is by _far_ the most stable iPeng version ever. >
Don't rely on Apples crash reporting. It's the most major unreliable feature out there. Go for HockeyApp or Bugsense, which allow users to send crash reports directly to you. You will be shocked about the amount of crashes that happen in the wild world on a daily basis. At least I was for SqueezePad, which I already considered pretty stable at the time I introduced this type of reporting (and which actually didn't have or has users complaining about crashes in the AppStore comments). These tools also symbolicate online, so the trouble with importing reports into XCode is gone as well. ------------------------------------------------------------------------ bluegaspode's Profile: http://forums.slimdevices.com/member.php?userid=31651 View this thread: http://forums.slimdevices.com/showthread.php?t=96749 _______________________________________________ discuss mailing list [email protected] http://lists.slimdevices.com/mailman/listinfo/discuss
