How to get iPhone crash log from customers?
Does anyone knows how to get crash logs from customers? Instead of manually asking them to sync and go to this directory and this directory and send it. Is there any automatic way to do send a crash report to our server? You can perform your own crash-logging with PLCrashReporter . Typically, you write the crash log to a file and then send it to a server the next time the app starts. In order to prevent an infinite crash-reporting loop (there was one in an early version), you want to do things in a specific order: Read the file to memory and delete it. (Hopefully this won't crash.) Parse the