Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Robert S.138
9 years agoHelpful | Level 7
Threads, tasks, and the Objective-C SDK
Having completed an Android version of my app, I was hoping that the Objective-C version for iOS would be similar. But looking at the DBRoulette example, there seems to be a big difference regarding...
Stephen C.14
Dropbox Staff
9 years agoThanks for reaching out. Are you looking to specify a custom queue on a route-by-route basis?
If you're looking to simply set a custom queue for all API calls, you can do that by supplying a custom `DBTransportClient` with a custom `delegateQueue` when you setup your app. You can read about it more on the GitHub tutorial page here. Do this will mean that all response handler code is executed on a thread other than the main thread.
If you want to specify a queue for reach route, however, the SDK doesn't currently offer that functionality. But we're thinking about implementing it. If you think being able to specify the queue/thread for each API call (in the response handler) would help your workflow a lot, we can try and get the new feature out quickly to you.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!