-
-
Notifications
You must be signed in to change notification settings - Fork 110
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
[@nativescript/background-http] iOS 14 compatibility #30
Comments
Facing same issue |
Same issue for me. I'm using Vue. My code with NS6 worked correctly. I’m using @nativescript/background-http with NS7 and Vue. I’m following the demo but I get an error when I upload (let task = sess.multipartUpload(params, request)) and I don’t understand how fix it. Error:
Code:
Before upgrade to NS7 it works correctly |
Hey there, is there any update on this issue? I am being bombarded by my clients regarding this problem. Thanks! |
Same issue here! |
Is there any plan to fix this issue? Thanks! |
@relez @kourtzaridisr88 this is a workaround |
I'm also having this issue. Waiting on the official fix. |
Published in |
I am having an issue with iOS 14 where if I try to upload multiple files the app crashes, I was able to verify and the images are being uploaded, but looks like the app crashes when it tries to execute the events:
Here is my console logs:
Also the single file upload does not work either, it does nothing.
The text was updated successfully, but these errors were encountered: