Hi
I just discovered that iOS 16.2 prompts you to allow the app to access the local network. Isn't the point with com.apple.developer.networking.multicast
that you should never be prompted?
Regards, Christoffer
Isn't the point with
com.apple.developer.networking.multicast
that you should never be prompted?
No. The prompt and the entitlement are independent things. The prompt applies to all apps that access the local network. The entitlement restricts your ability to do local network operations that allow for in-depth fingerprinting.
For more background on this, see the Local Network Privacy FAQ.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"