We’re aware of an issue causing slower load times on the Dropbox Community forum. It should be resolved soon. Thanks for your patience!
Forum Discussion
purringpgeon
9 years agoExplorer | Level 4
Objective C Console Errors Should I be worried?
Hello, (First sorry for the new user name, it wouldn't allow me back in...) I sucessfully upgraded my app to use API v2 Objective C - however when running from the simulator when checking if ...
- 9 years ago
Thanks for the additional information! I can't reproduce this issue using your code though, so it does seem there's something else going on.
I took a closer look at the output you shared, and the PAC/proxy messages cite error 1022, which is NSURLErrorAppTransportSecurityRequiresSecureConnection. That indicates it is the proxy attempt that's causing the App Transport Security failure.
The simulator uses your computers network connection, so I recommend checking the System Preferences > Network > Advanced > Proxies > Automatic Proxy Configuration for a Proxy Configuration File hosted on http://.
Greg-DB
Dropbox Community Moderator
9 years agoThe Dropbox API operates entirely over HTTPS, so it shouldn't trigger a message like that. Are you sure that's the only thing running when you get this?
purringpgeon
9 years agoExplorer | Level 4
Yes - my app only uses dropbox to call out. Everything else is 100% local. I am not running anything else from the simulator (that I am aware of).
Even added this to my plist file:
<key>NSAppTransportSecurity</key>
<dict>
<key>NSAllowsArbitraryLoads</key>
<false/>
</dict>It only seems to happen on that one call I noted above, I get the HTTP warning, and the other two errors. But my app works just fine. So I am confused.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.
The Dropbox Community team is active from Monday to Friday. We try to respond to you as soon as we can, usually within 2 hours.
If you need more help you can view your support options (expected response time for an email or ticket is 24 hours), or contact us on X, Facebook or Instagram.
For more info on available support options for your Dropbox plan, see this article.
If you found the answer to your question in this Community thread, please 'like' the post to say thanks and to let us know it was useful!