-
Notifications
You must be signed in to change notification settings - Fork 117
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
iOS 11.2.2 cant download files from Dropbox in last (3.4.0) ObjectiveDropboxOfficial SDK #209
Comments
Thanks for the report. Can you let me know:
|
more code:
|
Thanks! Given that, I'm not aware of any reason this should be failing like this with the latest release of the SDK. (Can you double check that you do have the latest version, currently v3.4.0, installed?) I just tried this code on a device running iOS 11.2.2 and it ran without issue. |
I've used in podfile the line: pod 'ObjectiveDropboxOfficial', '~> 3.4.0' |
Did the |
pod install operation completed successful. PODS:
DEPENDENCIES:
SPEC CHECKSUMS: PODFILE CHECKSUM: 76ff0c531609d1a8576aa0068f91e2ceb2b8bd91 COCOAPODS: 1.3.1 |
Thanks! Unfortunately, I'm not aware of any reason for this, and I can't reproduce the issue here, so I can't offer much help. Is there another device you can try this on? That would help determine if the issue is device-specific. If not, can you share a sample project that reproduces the issue? |
Unfortunately I have only 2 devices for test now. iOS 10.3.3: IPhone 5 (work fine) and iOS 11.2.2: IPhone 6+ (not work). |
I will create a new project for reproduce. |
I fixed this bug. I find "Examples" and "pod install" code is different, and "Examples" code can download file correctly,So I change "pod install" code same to "Examples" code, it work. here is change code on "DBDelegate line:185":
"Examples" code path is : wish to help you ! More: you should write |
I try download simple zip file from Dropbox to devices.
But see the error:
My code:
For previous iOS version framework work fine. Checked in 10.3.3.
The text was updated successfully, but these errors were encountered: