You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I have a problem with using api func cloudImageDownload 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 Delegate method : func dismissPhotoPicker(withTLPHAssets: [TLPHAsset])
I pick the first asset and perform the cloudImageDownload 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!
The text was updated successfully, but these errors were encountered:
Hey, I have a problem with using api
func cloudImageDownload
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 Delegate method :
func dismissPhotoPicker(withTLPHAssets: [TLPHAsset])
I pick the first asset and perform the cloudImageDownload function but no luck.
Even tried to write my own fetching function using
PHImageManager.default().requestImageDataAndOrientation
orPHImageManager.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!
The text was updated successfully, but these errors were encountered: