-
Type:
Sub-task
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 3.5.0
-
Fix Version/s: None
-
Component/s: cordova-plugin-camera
-
Labels:None
-
Environment:
iOS 10
We need to add a privacy description to the plist. Since iOS 6 Apple provided a way to show the user why a certain permission is required. In iOS 10 this becomes mandatory, so any app not specifying the key will crash at runtime when a permissions is requested.
This plugin requests the Camera permission, so at the very least we need to add NSCameraUsageDescription and NSPhotoLibraryUsageDescription to the `plist`.