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

Forum Discussion

jem5519's avatar
jem5519
Helpful | Level 6
7 years ago

ObjectiveDropboxOfficial & SwiftyDropbox in same application

I have a third-party objc package that uses ObjectiveDropboxOfficial. I need to add some swift code that interacts with that package. The swift code would need to interact with the same dropbox manag...
  • Greg-DB's avatar
    7 years ago

    The SwiftyDropbox and ObjectiveDropboxOfficial SDKs aren't really meant to be used together. If you already have ObjectiveDropboxOfficial though, you can access and use that directly in Swift using a bridging header, containing the Objective-C import:

     

    #import <ObjectiveDropboxOfficial/ObjectiveDropboxOfficial.h>

    Then you can access DBClientsManager, DBUserClient, etc, from Swift.

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,876 PostsLatest Activity: 7 minutes ago
325 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!