Skip to content

Save Image

BitooBit edited this page Dec 22, 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](https://docs.microsoft.com/en-us/xamarin/android/platform/android-manifest)

iOS:

you must add the following lines to the file info.plist ```xml NSPhotoLibraryUsageDescription BitooBitImageEditor accesses your photo library NSPhotoLibraryAddUsageDescription BitooBitImageEditor adds images to your photo library ```

UWP:

It is necessary to note the permission "picturesLibrary" for this instruction on the [Microsoft website](https://docs.microsoft.com/en-us/windows/uwp/packaging/app-capability-declarations?redirectedfrom=MSDN)
Clone this wiki locally