As per client requirement i want to send crash Report when App get crash.
How its possible to send crash report without crashing the app.Is there any link or document for this.
Please suggest me the way to do this.otherwise post me code for this.
Thank you.
You can send your crash report when user start the application after the crash.
Download the crashManagetLib to read crash report.
You can write your crash reading code in
didFinishLaunchingWithOptionslike: –