diff --git a/README.md b/README.md index c1053c1..27bf6f5 100644 --- a/README.md +++ b/README.md @@ -80,9 +80,10 @@ Since iOS 10 it's mandatory to provide an usage description in the `info.plist` This plugins requires the following usage descriptions: -- `NSCameraUsageDescription` describes the reason that the app accesses the user's camera. -- `NSPhotoLibraryUsageDescription` describes the reason the app accesses the user's photo library. -- `NSLocationWhenInUseUsageDescription` describes the reason the app accesses the user's location. (Set it if you have `CameraUsesGeolocation` preference set to `true`) +- `NSCameraUsageDescription` specifies the reason for your app to access the device's camera. +- `NSPhotoLibraryUsageDescription` specifies the reason for your app to access the user's photo library. +- `NSLocationWhenInUseUsageDescription` specifies the reason for your app to access the user's location information while your app is in use. (Set it if you have `CameraUsesGeolocation` preference set to `true`) +- `NSPhotoLibraryAddUsageDescription` specifies the reason for your app to get write-only access to the user's photo library To add these entries into the `info.plist`, you can use the `edit-config` tag in the `config.xml` like this: @@ -104,6 +105,12 @@ To add these entries into the `info.plist`, you can use the `edit-config` tag in ``` +``` + + need to photo library access to save pictures there + +``` + --- # API Reference diff --git a/jsdoc2md/TEMPLATE.md b/jsdoc2md/TEMPLATE.md index ea30282..d2e6b22 100644 --- a/jsdoc2md/TEMPLATE.md +++ b/jsdoc2md/TEMPLATE.md @@ -22,9 +22,10 @@ Since iOS 10 it's mandatory to provide an usage description in the `info.plist` This plugins requires the following usage descriptions: -- `NSCameraUsageDescription` describes the reason that the app accesses the user's camera. -- `NSPhotoLibraryUsageDescription` describes the reason the app accesses the user's photo library. -- `NSLocationWhenInUseUsageDescription` describes the reason the app accesses the user's location. (Set it if you have `CameraUsesGeolocation` preference set to `true`) +- `NSCameraUsageDescription` specifies the reason for your app to access the device's camera. +- `NSPhotoLibraryUsageDescription` specifies the reason for your app to access the user's photo library. +- `NSLocationWhenInUseUsageDescription` specifies the reason for your app to access the user's location information while your app is in use. (Set it if you have `CameraUsesGeolocation` preference set to `true`) +- `NSPhotoLibraryAddUsageDescription` specifies the reason for your app to get write-only access to the user's photo library To add these entries into the `info.plist`, you can use the `edit-config` tag in the `config.xml` like this: @@ -46,6 +47,12 @@ To add these entries into the `info.plist`, you can use the `edit-config` tag in ``` +``` + + need to photo library access to save pictures there + +``` + --- # API Reference