We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.
Forum Discussion
brduffy
6 years agoExplorer | Level 4
IOS App integration overview
HI,
I'm planning on integrating DropBox into my IOS (Swift) iphone app. I guess API v2 is the way to go. I don't see that the simpler "chooser" and "saver" are available for Swift.
I want the interface to be as simple as possible for uploading, and downloading files in personal and shared folders. Do you think the Photos Watch Demo is a good place to start? Does the API require that DropBox is installed on the phone? My app uses a landscape view. Will the authentication or whatever other UI views presented with the API support a landscape view? Thanks :-)
We do have a Chooser implementation for iOS, but as you mentioned, it's not written in Swift. You may still be able to use that in a Swift project, via a "bridging header", but that hasn't been explicitly tested, so I can't promise if that would work or offer instructions for doing so.
For uploading and downloading in Swift, using API v2 via SwiftyDropbox is probably best. PhotoWatch is the official example for that, but make sure you go through the SwiftyDropbox readme as well.
Using the Dropbox API does not require the official Dropboxi OS app to also be installed.
If the official Dropbox iOS app is not installed, the app authorization flow will be handled in an SFSafariViewController inside your app, which will allow landscape mode. (The SDK doesn't have any other UI of its own; the rest of the UI is under your control.) If the official iOS Dropbox app is installed, the SDK will automatically switch to that to handle the app authorization flow, and then will switch back to your app automatically afterwards. The app authorization page in the official Dropbox iOS app does not currently support landscape orientation though.
- Greg-DBDropbox Staff
We do have a Chooser implementation for iOS, but as you mentioned, it's not written in Swift. You may still be able to use that in a Swift project, via a "bridging header", but that hasn't been explicitly tested, so I can't promise if that would work or offer instructions for doing so.
For uploading and downloading in Swift, using API v2 via SwiftyDropbox is probably best. PhotoWatch is the official example for that, but make sure you go through the SwiftyDropbox readme as well.
Using the Dropbox API does not require the official Dropboxi OS app to also be installed.
If the official Dropbox iOS app is not installed, the app authorization flow will be handled in an SFSafariViewController inside your app, which will allow landscape mode. (The SDK doesn't have any other UI of its own; the rest of the UI is under your control.) If the official iOS Dropbox app is installed, the SDK will automatically switch to that to handle the app authorization flow, and then will switch back to your app automatically afterwards. The app authorization page in the official Dropbox iOS app does not currently support landscape orientation though.
- brduffyExplorer | Level 4
Very helpful, thanks. I'm wondering if I can specify to use the SFSafariViewController for app authorization flow even if the official IOS DropBox app is installed?
- Greg-DBDropbox Staff
No, unfortunately the SDK doesn't offer an option to control that, but I'll pass this along as a feature request.
About Discuss Dropbox Developer & API
Make connections with other developers
795 PostsLatest Activity: 6 days agoIf 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!