Network Extension iOS

I have implemented NetworkExtension in iOS app.

We have Custom DNS and DNS Proxy in Settings , how we can switch back

two instances , I don't want show case in DNS Proxy in settings need to handle programmatically

How we can do.

How we can do.

I’m sorry but I don’t understand your question. Please elaborate.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I am working on iOS  Network Extension for with DNS proxy capability

We have existing app that already having DNS Settings option which filter out all  browsing url quires and to do that we are providing our app as another option in   but problem we are facing that after adding Network Extension with DNS proxy cabaility, I am seeing two option in seating->> VPN & DeviceManagement.

So will be more confusing to user to filter quires How we can use only DNS Proxy option in VPN & DeviceManagement.

We have Main CustomDNSApp and another one Target Network Extension capability DNSProxyProvider

DNSProxyProvider class methods will call CustomDNSApp.

I am seeing two option in seating->> VPN & DeviceManagement.

Please post as screen shot that shows these options.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

on  iOS is it possible to run 2 DNS Proxy Providers at the same time?

DNS Proxy Provider vs DNS Settings

Settings -->VPN & DeviceManagement seems two DNS

One for DNS Settings capability that one my app another one DNS Proxy that one implement NetworkExtnesion with DNS Proxy Capability.

How to call handle new flow in my app when we browsing any quires.

Network Extension iOS
 
 
Q