One month down in 2025: How are your resolutions coming along? Check out how to get back on track here.
Forum Discussion
AppleGG
7 years agoHelpful | Level 6
Reinstalling new Dropbox code for iOS.
My iOS app did use Dropbox. I downloaded new version and compiled with XCode. Architecture issues. Can I simply move ObjectiveDropboxOfficial.framework and headers into my app and use it?
- Greg-DB
Dropbox Staff
To clarify, do you mean you had one of the Dropbox SDKs for API v1 (originally called the "Core SDK" or "Sync SDK") installed in your app?
The Dropbox API v2 Objective-C SDK is not a drop-in replacement for those. You'll need to follow the instructions in the documentation here to install it and update your code accordingly:
https://github.com/dropbox/dropbox-sdk-obj-c- AppleGGHelpful | Level 6
Which is exactly what I do not want to do. I want a simple drop in, but they won't provide it. I really don't want to deal with Terminal, HomeBrew, and Carthage or with Ruby, G
Greg-DB wrote:
To clarify, do you mean you had one of the Dropbox SDKs for API v1 (originally called the "Core SDK" or "Sync SDK") installed in your app?
The Dropbox API v2 Objective-C SDK is not a drop-in replacement for those. You'll need to follow the instructions in the documentation here to install it and update your code accordingly:
https://github.com/dropbox/dropbox-sdk-obj-c
ems, and Cocopods.- Greg-DB
Dropbox Staff
Thanks for the clarification and feedback! We don't have a drop-in replacement like that unfortunately, but I'll pass this along as a feature request.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,950 PostsLatest Activity: 2 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!