stephanheilner / UIDevice-DisplayName

Returns a friendly name for any iOS device.
MIT License
19 stars 13 forks source link

This framework makes undocumented internet requests #15

Open zaggo opened 4 years ago

zaggo commented 4 years ago

I was unpleasantly surprised, to recently get a warning from my firewall, that an app using this frameworks wants to connect to the server churchofjesuschrist.org!

There is no information about "automatic update" functionality in the ReadMe of this framework, i.e. without analysing the source code, it's not clear to everyone, that this framework makes frequent internet requests!

Although the source code is not that big or complicated, one would hope, that the ReadMe file would point out, that there will be internet requests to some strange server when using it.

Please put some information on the network request in the ReadMe!