Question

I am trying to delete my app from my device. But there's some problem. Actually am using a AvAudiorecorder, in which, when thje recording code is executed the device asks to allow/disallow the microphone(from ios OS). The problem is am doing some testing for that app. when I choose an option from them, the app doesnt prompt the allow/disallow options again , even after deleting the app from the device. i.e. when i reinstall, the settings under microphone automatically shows his name. but which is not the case when I run on the VERY first time on device.

I read how to delete app from ios simulator and device, they are not working.

Please Help.

Was it helpful?

Solution

In your device's settings. Go to General - Reset - Reset Location & Privacy

OTHER TIPS

I had the inverse problem; I had an issue in my app where the unnecessary use of AVAudioSessionCategoryPlayAndRecord was set causing unnecessary microphone usage prompting, settings, etc. My app update got rejected so I fixed the app to set only AVAudioSessionCategoryPlayback but I kept seeing the old state in settings->privacy->microphone until I followed this answer. Interestingly, my app has been again rejected post fixing so I suspect that the app review team have not performed this important reset of the test environment.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top