I am trying to get DNS Proxy app extension up and running. So first off, I've crated a sample project to play around with the API.
I've crated an iOS project, put some base code, but when I launch the app, I get
NEProvider creation failed, caller does not have the com.apple.developer.networking.networkextension entitlement
error. Breakpoints in the extension target don't work, managed to get the info using Console
.
I have no idea where to put the required entitlement. Please help
Here are the
and the sample project