This app has crashed because it attempted to access privacy-sensitive data

1.4k views Asked by At

I have added privacy settings in info.plist still it crashes. I don't why.

Here is my plist screenshot.

It says:

This app has crashed because it attempted to access privacy-sensitive data without a usage description. The app's Info.plist must contain an NSMicrophoneUsageDescription key with a string value explaining to the user how the app uses this data.

Please note that I have already tried re-installing app. I am using iOS 10 Device no simulator.

2

There are 2 answers

0
SandeepM On

You can try to reset the simulator and run again. It will work.

0
Ketan Parmar On

Delete NSMicrophoneUsageDescription from plist then run your application in device. Then delete the application from device. then add NSMicrophoneUsageDescription in plist and give description to it(don't keep it empty, write some description!) and install again in device!