NEFilterControlProvider & NEFilterControlProvider not works on Live Build

Hello ,

I have used NEFilterDataProvider & NEFilterControlProvider in my app. It works fine in my development builds. But It's not working on the Live Builds (TestFlight build / AdHoc build).

Can you please help me to figure out the issue and how can i resolve it for all the users?

Is it possible to use (NEFilterDataProvider & NEFilterControlProvider) for any normal users? I mean can I upload it to the AppStore?

Is it possible to use [a Network Extension content filter] for any normal users? I mean can I upload it to the AppStore?

You can certainly upload it to the App Store.

As to whether it works for “normal users”, that depends on how you define that (-: However, there are important limitations here. TN3134 Network Extension provider deployment has all the details.

I suspect your product is configuring the filter programatically. To help with bring up we allow then when the code is development signed. However, we expect a production-signed filter [1] to be configured by a configuration profile.

Share and Enjoy

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

[1] Except the Screen Time case.

NEFilterControlProvider & NEFilterControlProvider not works on Live Build
 
 
Q