matrix-org / matrix-ios-sdk

The Matrix SDK for iOS
Apache License 2.0
452 stars 214 forks source link

SDK Phoning Home To Realm, Mongo, and Mixpanel URLs #1640

Open mredig opened 2 years ago

mredig commented 2 years ago

When launching my app with the SDK installed, my firewall intercepts calls to Realm, Mongo, and Mixpanel URLs. This seems antithetical to the principles that Matrix presents regarding privacy.

I've not dug super deep, but I didn't see any obvious way to disable this. Are there any instructions anywhere to do so?

pixlwave commented 2 years ago

Can't say I've seen the Mixpanel one but as I understand it, Realm and Mongo are both only on debug builds (Realm logs to the console when there are updates that can be installed).