iOS 14 introduces better privacy protections for communicating to local networks: https://developer.apple.com/videos/play/wwdc2020/10110/
I was wondering if 127.0.0.1 was considered "local network" or not. As it is arguably a special case: it's using a local socket, but it's not quite another device.
I was wondering if 127.0.0.1 was considered "local network" or not. As it is arguably a special case: it's using a local socket, but it's not quite another device.