We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

Keith B.7's avatar
Keith B.7
Helpful | Level 7
9 years ago

Obj-C API-2 Equivalent of DBRequest networkRequestDelegate?

Hello,   In API-1, I could easily set iOS's activity spinner going whenever Dropbox accessed the network like this:   - (BOOL)application:(UIApplication * )application didFinishLaunchingWithOptio...
  • Greg-DB's avatar
    9 years ago

    Hi Keith, no, the Objective-C SDK doesn't have anything quite like that.

    You should still be able to do effectively the same thing though, by keeping track of the number of outstanding requests, similar to what you already have, by incrementing a counter each time you start a request and decrementing it each response handler.

    We'll consider this a feature request for an easier way to do this though.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,878 PostsLatest Activity: 3 hours ago
326 Following

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!