Hi Victoria,
Greetings from Syncfusion, we have analyzed the reported issue, and this is a common issue. You must permission to access the drive to save images to photos library in info.plist file for iOS 11 and above version.
Please follow below steps to enable the access to save image in phots library:
1.Open info.plist file .
2.info.plist have three tabs at bottom. Click to Source tab.
3.Add new entry as Privacy – Photo Library Usage Description and Privacy – Photo Library Addition Usage Description.
4.Add the Value as This App needs permission to access the Photos. (Refer screenshot below)
Each of the privacy keys map to specific values that are set in the Info.plist. Opening it in a text editor, we’ll see the following:
Info.plist
|
<key>NSPhotoLibraryUsageDescription</key>
<string>This App needs permission to access the Photos</string>
<key>NSAppleMusicUsageDescription</key>
<string>New Entry</string>
<key>NSPhotoLibraryAddUsageDescription</key>
<string>This App needs permission to access the Photos</string> |
Screenshot:
We have also prepared a sample based on this and it can be downloaded from the below link.
Thanks,
Michael