cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Announcements
Want to learn some quick and useful tips to make your day easier? Check out how Calvin uses Replay to get feedback from other teams at Dropbox here.

Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

App isn't registered for correct URL scheme - Error

App isn't registered for correct URL scheme - Error

JohnDenver
New member | Level 2

I am working with sync app called Ensembles that I am integrating with my app.  Dropbox works fine with AppKey & AppSecret provide with the sync App.

However, when registering my app and replacing the key and secret I am getting this error: 

'DropboxSDK: unable to link; app isn't registered for correct URL scheme (db-8k4gqcd9i7s98zg)

plist setup as follows:

<key>LSApplicationQueriesSchemes</key>

<array>

<string>dbapi-2</string>

<string>dbapi-8-emm</string>

</array>

 

Thanks for any help or insight!

1 Reply 1

Greg-DB
Dropbox Staff

It sounds like you're using a third party library built on the official Dropbox SDK. You'll need to register a custom URL scheme, which includes your specific app key, in order to setup the Dropbox app authorization flow.

You can find information on how to register that under CFBundleURLTypes in the official SDK documentation here:

https://github.com/dropbox/dropbox-sdk-obj-c#application-plist-file

Need more support?
Who's talking

Top contributors to this post

  • User avatar
    Greg-DB Dropbox Staff
What do Dropbox user levels mean?