Learn how to make the most out of the Dropbox Community here 💙!
Forum Discussion
zulfishah
7 years agoExplorer | Level 3
Does using Dropbox API require "com.apple.security.network.server" entitlement on Mac?
I have been using the Dropbox Objective-C SDK in my Mac app for a while. Today, Apple rejected an update stating that my app uses the "com.apple.security.network.server" entitlement. I removed this e...
- 7 years ago
According to the Apple documentation, this "com.apple.security.network.server" entitlement is required to make outbound network connections. This is required in order for the Dropbox SDK to connect to Dropbox servers and would explain why your integration does not work with the entitlement removed.
DBX_Robert
Dropbox Staff
7 years agoAccording to the Apple documentation, this "com.apple.security.network.server" entitlement is required to make outbound network connections. This is required in order for the Dropbox SDK to connect to Dropbox servers and would explain why your integration does not work with the entitlement removed.
zulfishah
7 years agoExplorer | Level 3
Thanks. In turning off the "com.apple.security.network.server" entitlement, I also turned off the "com.apple.security.network.client" entitlement by mistake, which is what's required by the Dropbox SDK to work correctly. So removing the "server" entitlement got past App Review.
About Dropbox API Support & Feedback
Find help with the Dropbox API from other developers.5,975 PostsLatest Activity: 5 days ago
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 or Facebook.
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!