Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot fetch iCloud images #283

Open
maturada opened this issue Sep 9, 2020 · 1 comment
Open

Cannot fetch iCloud images #283

maturada opened this issue Sep 9, 2020 · 1 comment

Comments

@maturada
Copy link

maturada commented Sep 9, 2020

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!

@phanindhra7
Copy link

@maturada did you find any solution??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants