-
Notifications
You must be signed in to change notification settings - Fork 12
Save Image
BitooBit edited this page Dec 25, 2019
·
8 revisions
To save images, you must grant permissions to the application according to the instructions for each platform:
It is necessary to note the permission "WRITE_EXTERNAL_STORAGE" for this instruction on the Microsoft website
you need to add the following lines to the file info.plist
<key>NSPhotoLibraryUsageDescription</key>
<string>BitooBitImageEditor accesses your photo library</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>BitooBitImageEditor adds images to your photo library</string>
It is necessary to note the permission "picturesLibrary" for this instruction on the Microsoft website