__CRASHING_DUE_TO_PRIVACY_VIOLATION__ reason

Is there any way to find the reason for a CRASHING_DUE_TO_PRIVACY_VIOLATION from a crash report?

It does not happen on my old iPad Air 2 and it does not happen on the simulators with the latest iOS. But it crashes always on newer real devices to which I have no access. The last app review for the AppStore also did not find it. I added some privacy strings by guessing and sent it via TestFlight but it doesn't change anything.

Answered by DTS Engineer in 835384022

The crash report doesn’t record this information directly but you can usually work it out from the backtrace of the crashing thread. I suggest you take a look at that. And if you get stuck, post an example crash report here and I’ll take a look.

See Posting a Crash Report for advice on how to post a crash report.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

The crash report doesn’t record this information directly but you can usually work it out from the backtrace of the crashing thread. I suggest you take a look at that. And if you get stuck, post an example crash report here and I’ll take a look.

See Posting a Crash Report for advice on how to post a crash report.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

__CRASHING_DUE_TO_PRIVACY_VIOLATION__ reason
 
 
Q