Hi, I'm integrating dropbox into Xamarin.iOS using the C# Dropbox.Api nuget package. The authentication via webview works fine, however when the iOS dropbox native app is installed, It won't connect and go that URI redirection process instead.
I did the following here https://github.com/dropbox/dropbox-sdk-obj-c#configure-your-project
But when I checked github for .NET I noticed it never used "dbapi-2"
I can implement it manually using URI redirects. But i'm wondering what the open URI scheme is for Oauth ver 2, I tried the URI in DropboxOAuth2Helper.GetAuthorizeUri and "dbapi-2://2/connect?k="+_appKey+"&s=_secretKey" no avail.
Thanks!