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!