Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

RookieAppler

macrumors member
Original poster
Mar 15, 2012
58
0
I am using PLcrashreporter for the first time. I am facing some issues. I used exactly as told in this blog post

http://mandeepdhiman.blogspot.com/2011/10/crash-reporter-for-ios.html

But it doesnt work. I dont see the crash report dialog. My project is for iOS6.1 on iPad. Also, my applicationDidFinishLaunching where it should start NEVER gets hit. I crash the app on purpose like in the post (NSRangeException). Restart the app and it works normally. I dont see any dialog box/pop up. In the post it was said that crash dialog appears second time when you restart the app. I did that but not working.What am i doing wrong? Again i would want to mention that applicationDidFinishLaunching NEVER gets hit. If you need more information, please ask. Thanks.
 
That's the problem with old info in the inter webs.

Try

Code:
- (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions

You might want to read the docs on that method and on the one your tried that didn't work.

I commend your attempt to validate that it works as intended.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.