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
Reply to Network Extensions and parent process ID
Is there any other way to get parent process ID other than filters?
Replies
Boosts
Views
Activity
Oct ’24
Reply to How to run app in background that consumes data from the filters?
Yes I am building a NE content filter and I am targeting IOS.
Replies
Boosts
Views
Activity
Nov ’24
Reply to How to run app in background that consumes data from the filters?
Can we extend the background time of an app through mdm and exempt any restrictions using mdm?
Replies
Boosts
Views
Activity
Nov ’24
Reply to How to get inBytes and outBytes using control filter in IOS?
I am using handleNewFlow in control Filter and then logging the flow description. But the value of inByte and outByte is always zero there.
Replies
Boosts
Views
Activity
Jan ’25
Reply to Not able to log proc ID in controlFilter
IOS
Replies
Boosts
Views
Activity
Jan ’25
Reply to NWPathMonitor : Lost connection to the debugger
Facing the same issue when I am using NWPathMonitor and changing the interface from cellular to no interface or to WiFi. I am using macOS Sequoia 15.3, Xcode 16.1 and iOS 18.3
Replies
Boosts
Views
Activity
Feb ’25
Reply to How to verify that truncation occurs after 1024 bytes in os_log?
I am using this for an iOS app and using an iPhone to run the code.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’25
Reply to Losing connection to the debugger in Xcode when a new configuration is pushed through MDM.
I have filed a bug. FB18007280
Replies
Boosts
Views
Activity
Jun ’25
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?
Replies
Boosts
Views
Activity
Jul ’25