diff --git a/doc/mobile-dropbox.md b/doc/mobile-dropbox.md new file mode 100644 index 000000000..1241fa16d --- /dev/null +++ b/doc/mobile-dropbox.md @@ -0,0 +1,28 @@ +# Setting up Dropbox integration +1. Create a Dropbox app. +2. Add the following to ```ios/app/src/Info.plist``` by replacing `` + with your own Dropbox app key (which can be found in the + [App Console](https://www.dropbox.com/developers/apps)): +``` +CFBundleURLTypes + + + CFBundleURLName + + CFBundleURLSchemes + + db- + + + +LSApplicationQueriesSchemes + + dbapi-2 + dbapi-8-emm + +``` + +**NOTE:** Both Android and iOS builds of the apps will parse the Dropbox app key +from ```ios/app/src/Info.plist```. + +**NOTE:** See [Dropbox developer guide](https://www.dropbox.com/developers/reference/developer-guide) for more information