I import ObjectiveDropboxOfficial sdk in my project. But I have a problem with logining without installed Dropbox app on device, and also on the simulator (iOS 9 and 10).
After calling DBClientsManager authorizeFromController.... I have empty white screen and input in log
DBSDKReachability Flag Status: -R ------- networkStatusForFlags
-canOpenURL: failed for URL: "dbapi-2://1/connect" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
-canOpenURL: failed for URL: "dbapi-8-emm://1/connect" - error: "The operation couldn’t be completed. (OSStatus error -10814.)"
I use only iPad.
I upgraded project from api v1 -> v2 by instruction
<key>LSApplicationQueriesSchemes</key>
<array>
<string>dbapi-8-emm</string>
<string>dbapi-2</string>
</array>
If installed Dropbox app all works as well. Also I tried Clear project and remove DerivedData.
Please help.