We are aware of the issue with the badge emails resending to everyone, we apologise for the inconvenience - learn more here.

Forum Discussion

Michael1's avatar
Michael1
New member | Level 1
10 years ago

Dropbox SDK sending info to facebook, twitter, ad servers when connecting?

I am using iOS SDK 1.3.13 with the iOS 8.1 simulator. When my app calls the linkFromController method, it presents the appropriate dialog to connect to Dropbox. As soon as the connection dialog appears, however, the app attempts to connect to a large number of external web addresses (detected via use of Little Snitch on my development Mac):

cf.dropboxstatic.com
dropbox.com
www.googleapis.com
marketing.dropbox.com
id.google.com
www-googletagmanager.l.google.com
code.google.com
connect.facebook.net
sjs.bizographics.com
stats.g.doubleclick.net
platform.twitter.com
s.adroll.com
www.bizographics.com
t.co
d.adroll.com
www.v.dropbox.com
analytics.twitter.com
adservers-users-4-751266504.us-east-1.elb.amazonaws.com
googleads4.g.doubleclick.net
secure.anycast.adnxs.com
google-analytics.com
bat.bing.com
graph.facebook.com

The app itself never makes use of these other (non-Dropbox) services. Why is the Dropbox SDK connecting to facebook, twitter, and various ad servers, assuming that is what is going on?

  • Greg-DB's avatar
    Greg-DB
    Icon for Dropbox Staff rankDropbox Staff

    The app authorization dialog is actually just a web page on www.dropbox.com, so the connections you're seeing (e.g., to load whatever assets and scripts used on the site) from that aren't from the SDK itself exactly, but from the Dropbox web site in that in-app browser.

    The iOS Core SDK is open source so you can check the code if you'd like. (For example, it doesn't have code for connecting to Facebook, Google, etc.)

About Dropbox API Support & Feedback

Node avatar for Dropbox API Support & Feedback

Find help with the Dropbox API from other developers.

5,877 PostsLatest Activity: 12 months ago
325 Following

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!