DKImagePickerController icon indicating copy to clipboard operation
DKImagePickerController copied to clipboard

iCloud issue

Open maturada opened this issue 5 years ago • 0 comments

Hey, I have a problem with using api on DKAsset and DKExporter which does not return the original image that is stored on iCloud, but only small res image. Do not know what to do as I need the original image and not just thumbnails. Any help?

On completion block : ** I pick the first asset and perform the fetchImage function but no luck. Even tried to write my own fetching function using **PHImageManager.default().requestImageDataAndOrientation** or **PHImageManager.default().requestImageData`.

with options: options.isNetworkAccessAllowed = true and tried even set isSynchronous and other options, still no luck.

Can you please help me out with the issue? Thanks a lot!

maturada avatar Sep 09 '20 10:09 maturada