Ver código fonte

Merge pull request #809 from deltachat/save_to_photo_library

save images to photo library
nayooti 5 anos atrás
pai
commit
ca190c671a
1 arquivos alterados com 2 adições e 0 exclusões
  1. 2 0
      deltachat-ios/Info.plist

+ 2 - 0
deltachat-ios/Info.plist

@@ -50,6 +50,8 @@
 	<string>Delta Chat uses your microphone to record and send voice messages and videos with sound.</string>
 	<key>NSPhotoLibraryUsageDescription</key>
 	<string>Delta Chat will let you choose which photos from your library to send.</string>
+	<key>NSPhotoLibraryAddUsageDescription</key>
+	<string>Delta Chat wants to save images to your photo library.</string>
 	<key>UIBackgroundModes</key>
 	<array>
 		<string>fetch</string>