To allow my app to use the iPhone's camera, I added following setting into Info.plist
<key>NSCameraUsageDescription</key>
<string>This app needs access the camera</string>
But this is the one time setting. Is any way to detect and change this setting when an app user changes his/her mind?