I am creating a Content Filter (with NEFilterDataProvider and NEFilterControlProvider extensions), and for the most part it seems to be working.
Main issue is that every flow object (when cast) is an instance of NEFilterSocketFlow, even when I know the flow is originating from a WebKit browser -have used Safari, Chrome, and even rolled my own with WebKit - to no avail .. the flow is always detected as NEFilterSocketFlow.
I recently had a 1-1 with a tech at WWDC about some issues, this came up and she actually informed me that this was a bug expected to be remediated shortly - hopefully in the next release or the one after that (Bata releases)? I cannot find any information about this happening to anyone else - it was happening with iOS 13 & now the iOS 14 Beta.
Can anyone shed some light on this as an existing issue (esp. if a RADAR has been filed and/or release that’ll remediates expected), as this is crucial to the app's progress.
Additionally, I am unable to remediate flows and subsequently show the block page - it is my understanding from reading the forums and searching online that this is due to the fact that they need to come from the NEFilterBrowserFlow flows (which would make sense).
Many thanks in advance!
NC