Skip to content

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:

Android:

It is necessary to note the permission "WRITE_EXTERNAL_STORAGE" for this instruction on the Microsoft website


iOS:

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>

UWP:

It is necessary to note the permission "picturesLibrary" for this instruction on the Microsoft website

Clone this wiki locally