You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.

Forum Discussion

mrobinson's avatar
mrobinson
Helpful | Level 6
8 years ago

iOS Obj-C Example of [DBClientsManager unlinkAndResetClients]

I downloaded the examples and can't find a instance of how to use this function:   This code doesn't not unlink or reset clients:    - (IBAction)didPressUnlink {     [DBClientsManager unlinkA...
  • Greg-DB's avatar
    Greg-DB
    8 years ago
    That "< Dropbox" is a feature of recent versions of iOS. It's a shortcut back to the previous app after you switch between apps. That's a system feature, so I don't believe we have control over it, but it doesn't indicate that you're still in Dropbox.

    Regarding the openURL issue, your code looks right. That openURL method should get called after the user authorizes the app to connect to their Dropbox account. What steps are you taking to reproduce this issue specifically? Is nothing getting logged because authResult is nil?