I am very new to IOS development and currently working on network extension. I have been trying to fetch parent process ID using control filters. Is there a way to fetch it using controlFilters or dataFilters?
Is there a way to fetch it using controlFilters or dataFilters?
Parent process of what? The process that’s responsible for the network connection that’s represented by an NEFilterFlow
object?
If so, then no, there’s no way to get that information. However, that information wouldn’t help you. On iOS most user-level processes, including all processes running third-party code, have launchd
as their parent.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"