Your workflow is unique 👨💻 - tell us how you use Dropbox here.
Forum Discussion
Jordan B.7
9 years agoNew member | Level 1
Redirect after login not completing and app is closing. (SwiftyDropBox)
I've followed the SwiftyDropbox tutorial and after linking the app to my (user) db account the app just quits with out throwing any errors after the redirect back to the app.
This is my console out...
Jordan B.7
9 years agoNew member | Level 1
Thanks for the response.
I am on iOS 9,
I made the code change to the appropriate openURL method and It still fails to redirect.
When I get to the DB login screen and hit "Cancel" It also fails to redirect.
This is my info.plist
and code for relevant section:
<key>LSApplicationQueriesSchemes</key>
<array>
<string>dbapi-2</string>
<string>dbapi-8-emm</string>
</array>
<key>CFBundleURLTypes</key>
<array>
<dict>
<key>CFBundleTypeRole</key>
<string>Editor</string>
<key>CFBundleURLSchemes</key>
<array>
<string>db-u3tf1l9k3flsira</string>
</array>
</dict>
</array>
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!