Is NEDNSProxyProvider available on non-supervised macOS devices?

Hi,


The documentation at https://developer.apple.com/documentation/networkextension/dns_proxy_provider mentions "DNS proxy providers are only supported on supervised iOS devices.", however NEDNSProxyProvider shows as available on macOS 10.15+ as well (https://developer.apple.com/documentation/networkextension/nednsproxyprovider).


Is supervision also a requirement on macOS?


Thanks

Replies

Is supervision also a requirement on macOS?

There’s no such thing as a supervised Mac. That comments relates to iOS only.

ps It written prior to the introduction of DNS proxies on the Mac and hasn’t been updated. I’d appreciate you file a bug about that.

Share and Enjoy

Quinn “The Eskimo!”
Apple Developer Relations, Developer Technical Support, Core OS/Hardware

let myEmail = "eskimo" + "1" + "@apple.com"
  • @eskimo I'm looking at the documentation now and it seems that NEDNSProxyProvider is no longer available only on supervised iOS devices. Can you please confirm that this has been opened up for public App Store apps?

Add a Comment