I have problem to develop iOS app with Delphi XE 10.1. My app will crash when click on save image (save to camera roll) by use IFMXPhotoLibrary.
It happened only with iPad 4 iOS 10.0.2, But When I try with iPad 2 iOS 9.3.5 It can work with no problem.
Below is source code:
if TPlatformServices.Current.SupportsPlatformService(IFMXPhotoLibrary, Service) then
Service.AddImageToSavedPhotosAlbum(imageMain.Bitmap);