Skip to content

Commit a587e6d

Browse files
chore: update README.md (#317)
1 parent 408f507 commit a587e6d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,18 @@ context
109109
110110
> **NOTE**: To request permissions for Android 6+ (API 23+) we use [nativescript-permissions](https://www.npmjs.com/package/nativescript-permissions).
111111
112+
> **NOTE**: To be sure to have permissions add the following lines in AndroidManifest.xml
113+
```
114+
<manifest ... >
115+
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
116+
117+
<application android:requestLegacyExternalStorage="true" ... >
118+
...
119+
</application>
120+
</manifest>
121+
```
122+
123+
112124
> **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:
113125
114126
```xml

0 commit comments

Comments
 (0)