Hello,
I have a question about Privacy Settings on iOS app. Specifically, I have ‘NSCameraUsageDescription’ and ‘NSPhotoLibraryUsageDescription’ are set in info.plist file. When app is in use, it property displays the prompt to users, for allowing access to camera and photos.
However, when user goes back into ‘Settings’ -> ‘Privacy’ and turns off Camera permissions for my app, the user is not being prompted again. When ‘Take a picutre’ link is clicked, nothing happens. I am not using any plugin other than ‘cordova-plugin-camera’ for my app.
What should I be doing to make the app prompt the user again?
Thanks in advance.