Greg
Greg
Thanks! I'll pass this along.
Thanks for the report! The mobile version of the OAuth 2 app authorization flow only shows the Dropbox logo during sign in, but the app's icon is shown next during...
Yes, the iPad has more room so it gets the "desktop" version of that page.
Thanks! I've sent this along to the team to see if we can make that change for v2.
It sounds like you're using [the "Manually add subproject" installation option](https://github.com/dropbox/dropbox-sdk-obj-c#manually-add-subproject), is that correct? Can you confirm that you followed each of the steps there exactly? I also recommend going...
Can you share screenshots of your Build Settings for both the project and targets for both your app and the ObjectiveDropboxOfficial framework? Thanks in advance!
Apologies I wasn't clearer, I was asking for the "Build Settings" tab in particular. For example, I was just able to reproduce the error you're seeing with the following configuration:...
The `canOpenURL` 10814 errors themselves are expected if the official Dropbox app isn't installed, so they're safe to ignore. (The SDK checks if the official app is installed, and would...
Thanks! Version 3.1.2 is a bit old now though, and there have been various bug fixes since then, so please update to the latest version, currently v3.3.4 and let us...
Thanks! I can't seem to reproduce this. What version(s) of iOS are you seeing this with? Does it reproduce for you in [the DBRoulette example app](https://github.com/dropbox/dropbox-sdk-obj-c/tree/master/Examples/DBRoulette)?