Post

Replies

Boosts

Views

Activity

Reply to Unable to understand Flow of Network extension for iOS
Also I need help in logging inbytes and outbytes at end of flow in iOS. I know that we get bytes in handle report in control filter when report.event == .flowClosed. But I only get bytes when I allow the flow in data filter and mark should report as true. Apart from that I don't get byte data when I go with .needRules and should report as true even when the handle report is called with report.event == .flowClosed. /** * @property bytesInboundCount * @discussion The number of inbound bytes received from the flow. This property is only non-zero when the report event is NEFilterReportEventFlowClosed or NEFilterReportEventFlowStatistics. Is there some issue in iOS or am I missing something?
Jul ’25