Browse Source

fix(ios): add Photo Library and Camera Usage descriptions

leizhe 3 years ago
parent
commit
dc1ff1e299
1 changed files with 3 additions and 3 deletions
  1. 3 3
      ios/App/App/Info.plist

+ 3 - 3
ios/App/App/Info.plist

@@ -65,11 +65,11 @@
 	<key>UIMainStoryboardFile</key>
 	<string>Main</string>
 	<key>NSPhotoLibraryAddUsageDescription</key>
-	<string></string>
+	<string>We will access your album when you save a photo.</string>
 	<key>NSCameraUsageDescription</key>
-	<string></string>
+	<string>We will access your camera when you take a photo, and embed it in your note.</string>
 	<key>NSPhotoLibraryUsageDescription</key>
-	<string></string>
+	<string>We will access your album when you choose a photo, and embed it in your note.</string>
 	<key>UIRequiredDeviceCapabilities</key>
 	<array>
 		<string>armv7</string>