-
Notifications
You must be signed in to change notification settings - Fork 12
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
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)
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 ```
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)