-
-
Notifications
You must be signed in to change notification settings - Fork 74
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
Can't select iCloud images #90
Comments
Could anyone help with this? |
Hi @3rror404, |
Hi @tsonevn, Here is a N2.5.5 version using And here is a N3.0.1 version using Both give me the exact same error unfortunately. |
Hi @3rror404 Something that you could check whether the network connection is established and if this issue happens while you are using the Mobile network or Wi-Fi connection. |
Thanks for looking into this. Same error on WiFi (I have a 500mb/s up and down connection. Strong signal) or mobile network (4G. Strong signal). |
Hi @tsonevn, I've tested this on a couple of different devices now and all behave in the same way. Are you positive that you are testing with images stored in iCloud? The reason I ask is that it is actually difficult to tell where an image is stored. The only way I have found to know for sure is to pinch-zoom a photo in Photos.app and look for the download icon that appears in the bottom right corner (see screenshot). Obviously once the photo has downloaded it is now stored locally so you need to test with a different image. |
Hi @3rror404, |
I have also encountered this error as well. I'm not in position to tell people "stop using optimize function", and iPhone suggest it when you run low on space. Is there a way to access data through native iOS API? |
I did some digging, and for me it started to work after small update to imagepicker.ios.ts. |
Thank you @wbancer for providing a fix. It is now merged and published in version 4.0.0. |
Hi, this bug still happens to me after updating the plugin to 4.0.1. |
Hi @tomshabtay, Could you give us more info regarding: |
Hi @radeva, I reproduced the bug on iPhone 5s emulator (Ios: 11.2) and also on the same physical device. The code that useing the imagepicker:
i also included the project package.json and the imagepicker package.json. Thanks, |
Hi @radeva , did you manage to recreate the problem with these versions? Thanks |
Please reopen this ticket, the problema are happening here. When Optimize are enable. |
Same issue here |
Experiencing this issue too on {N} 4.1.1 and ImagePicker 6.0.2, when Optimize iPhone Storage is enabled. In my case
|
Same here on {N} 4.2.0 and imagePicker 6.0.3. Any workaround? |
Hey guys, I fixed this in an older version of the plugin. The issue is that Now that the plugin uses the QBImagePicker CocoaPod, the issue needs to be resolved there. |
Ok, my fault. Tried to take the name from imageAsset when there was no asset yet |
@tomshabtay @parliament718
Could you try this way and let us know how it goes? Hope it helps. |
iOS keep given this error
|
I can confirm this issue is still happening on iOS 13, with NativeScript Vue 2.4.0, tns-core-modules 6.2.0-next-2019-10-08-131118-02 and tns CLI version 6.1.2 |
Seems like there is a pending PR that would solve the problem on the underlying library, QBImagePicker. But that library hasn't been updated in a few years :/ |
I know this has been covered before here and here but both issues are closed and the provided solution doesn't work for me.
When selecting an image stored in iCloud,
.getImage()
fails with "Error: The image could not be created."Am I doing something incorrectly?
Thanks
The text was updated successfully, but these errors were encountered: