You might see that the Dropbox Community team have been busy working on some major updates to the Community itself! So, here is some info on what’s changed, what’s staying the same and what you can expect from the Dropbox Community overall.
Forum Discussion
Jonas B.6
9 years agoNew member | Level 1
-canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "(null)"
I installed everything like they say in this tutorial: And this is the output i get from xcode, when i try to sign in using the iPhone 6s simulator.
2016-02-06 22:05:42.592 DBDemo[16063:8923...
Greg-DB
9 years agoDropbox Staff
Thanks Jonas! That's helpful, and I'm able to reproduce the issue now.
The issue is that the "-[DBDemo.ViewController handleDidLinkNotification:]: unrecognized selector sent to instance ..." error occurs inside openURL, causing the openURL operation to itself report the "unsupported URL" error.
The actual issue is that in your code, DBDemo.ViewController doesn't actually implement handleDidLinkNotification. You have that defined only inside viewDidLoad. If you move that outside viewDidLoad, both issues no longer occur.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
5,880 PostsLatest Activity: 4 hours 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!