Learn how to make the most out of the Dropbox Community here 💙.
Forum Discussion
bughunter
8 years agoExplorer | Level 3
Objective-C Api handle connection loss
Hi! For our iOS Apps we are switching from the old Dropbox Api to the new Objective-C Api. In one app we use only the download function with dropbox. To achieve this, we implement DBUserCl...
Greg-DB
Dropbox Staff
8 years agoThe upload and download calls in the API v2 Objective-C SDK use background NSURLSessions, which do behave as described. If you want more responsive error callbacks for this, you can change this for foreground sessions. You can find more information on this under "Note about background sessions" here:
https://github.com/dropbox/dropbox-sdk-obj-c#note-about-background-sessions
https://github.com/dropbox/dropbox-sdk-obj-c#note-about-background-sessions
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,966 PostsLatest Activity: 21 hours ago
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X or Facebook.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!