##Dropbox Chooser for Xamarin.iOS
Xamarin.iOS bindings for Dropbox Chooser API version 1.1
https://www.dropbox.com/developers/dropins
###Setup instructions
- Run
make
command insidebindings
orroot
directory. - Reference
Dropins.Chooser.iOS.dll
in your project.
###Creating a URL scheme
The Chooser communicates with the Dropbox app to allow users to select a file without having to authorise. In order to navigate back to our app, we need add a URL scheme that Dropbox app can call:
- Double click on your project, under
Build
->iOS Application
select Advanced tab. UnderURL Types
section pressAdd URL Type
and selectRole
asEditor
- In the
URL Schemes
enter db-APP_KEY (replacing APP_KEY with the key generated when you created your app)
More info - https://www.dropbox.com/developers/dropins/chooser/ios