Skip to content

Commit b8470a4

Browse files
committed
Update permissions request reason in the readme
1 parent 65a756d commit b8470a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,9 @@ For iOS 10+, Add the `NSPhotoLibraryUsageDescription`, `NSCameraUsageDescription
5959
<dict>
6060
...
6161
<key>NSPhotoLibraryUsageDescription</key>
62-
<string>photo</string>
62+
<string>YOUR_REASON_FOR_USING_USER_PHOTOS_HERE</string>
6363
<key>NSCameraUsageDescription</key>
64-
<string>camera</string>
64+
<string>YOUR_REASON_FOR_USING_USER_CAMERA_HERE</string>
6565
</dict>
6666
</plist>
6767
```

0 commit comments

Comments
 (0)