I am attempting to write a firewall for iOS and have struggled to find sufficient implementation guidance in the documentation. Is there a working example showing how network wide content filtering (ie: using NEFilterManager) can be implemented on iOS?
We have examined the sample code provided by Apple and it only works on MacOS due to the system extensions library not being supported on iOS. I have been able to implement NEFilterControlProvider and NEFilterDataProvider in a sample app but they are never called (they presumably need NEFilterManager)
Also, can this functionality be used on unsupervised iOS devices?
We have examined the sample code provided by Apple and it only works on MacOS due to the system extensions library not being supported on iOS. I have been able to implement NEFilterControlProvider and NEFilterDataProvider in a sample app but they are never called (they presumably need NEFilterManager)
Also, can this functionality be used on unsupervised iOS devices?