Hello,
I'm having trouble presenting the Dropbox login to the user. I had it working some time ago, but today I tried it and nothing happens. I make this call and nothing happens.
[DropboxClientsManager authorizeFromController:[UIApplication sharedApplication]
controller:VC
openURL:^(NSURL *url) {
[[UIApplication sharedApplication] openURL:url];
}
browserAuth:NO];
I've tried it with browserAuth set to YES too, and get the same problem. Has anything changed recently?
I don't see any errors or any text at all on the console. Any idea what could be the problem?
Thanks
Bob