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
I've just updated Xcode to 9.3 & run my app again with iOS 11.3.
This framework does not work anymore.
The framework triggers the interface 'didFinishWithSuccess', the flag 'downloadFinished' is also true, the file is created but it's empty there. Nothing is downloaded. Console log:
After I start the download using function startDownload(), got this strange log:
Then the download seem to fail with below log, but it does not trigger the didStopWithError function in the delegate method. Task <582147FA-9C74-49CD-8586-55E28A31DD67>.<2> finished with error - code: -999
Does anyone have the same issue? Have you figured somehow to fix it?
Looking for your news.
Thanks.
The text was updated successfully, but these errors were encountered:
Hi,
I've just updated Xcode to 9.3 & run my app again with iOS 11.3.
This framework does not work anymore.
The framework triggers the interface 'didFinishWithSuccess', the flag 'downloadFinished' is also true, the file is created but it's empty there. Nothing is downloaded.
Console log:
After I start the download using function startDownload(), got this strange log:
Then the download seem to fail with below log, but it does not trigger the didStopWithError function in the delegate method.
Task <582147FA-9C74-49CD-8586-55E28A31DD67>.<2> finished with error - code: -999
Does anyone have the same issue? Have you figured somehow to fix it?
Looking for your news.
Thanks.
The text was updated successfully, but these errors were encountered: