Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
alvaro a.2
10 years agoNew member | Level 1
After updating to iOS 9, App gets stuck when trying to login into dropbox
Hi,
My App stopped working after updating to iOS 9 because of the new Apple restriction on canopenurl which forces to register the url schemes you plan to you use in your app.
I followed this tu...
alvaro a.2
10 years agoNew member | Level 1
Sure, I can provide that information. Here is db-APP_KEY on my info.Plist file
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>bd31o3eded5n334</string>
</array>
</dict>
</array>
And here is the function with the actual setupWithAppKey
func application(application: UIApplication, didFinishLaunchingWithOptions launchOptions: [NSObject: AnyObject]?) -> Bool {
Dropbox.setupWithAppKey("bd31o3eded5n334")
// Override point for customization after application launch.
return true
}
Let me know if you need to see something else.
About Dropbox API Support and Feedback
Get help with the Dropbox API from fellow developers and experts.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
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, Facebook or Instagram.
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!