From d4d34a56f8f8aa7eb8d0eb3ff0a15c4380119056 Mon Sep 17 00:00:00 2001 From: aurelientorres Date: Wed, 15 Jan 2020 11:34:19 +0100 Subject: [PATCH] Update README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index e43d2a3..c754f93 100644 --- a/README.md +++ b/README.md @@ -109,6 +109,18 @@ context > **NOTE**: To request permissions for Android 6+ (API 23+) we use [nativescript-permissions](https://www.npmjs.com/package/nativescript-permissions). +> **NOTE**: To be sure to have permissions add the following lines in AndroidManifest.xml +``` + + + + + ... + + +``` + + > **NOTE**: Using the plugin on iOS requres photo library permission. Your app might be rejected from the Apple App Store if you do not provide a description about why you need this permission. The default message "Requires access to photo library." might not be enough for the App Store reviewers. You can customize it by editing the `app/App_Resources/iOS/Info.plist` file in your app and adding the following key: ```xml