I've implemented a custom VPN app for macOS (Packet Tunnel Provider, network extension), which is already available at the App Store. For most of the users everything works great.
The question here is about some other users who reported a problem - when they use my app, it starts good but after a short time, all traffic is extremely slow.
Thos are very suspicious logs from their Console:
“kernel: (Sandbox) Sandbox: myAppExtenstion(8025) deny(1) file-read-data /Users/ahale/Library/Preferences/com.apple.LaunchServices/com.apple.launchservices.secure.plist”
After the above logs, they get a massive amount (over 42000) of these logs “myAppExtension: (NetworkExtension) NEVirtualInterface processing read event”.
What are those logs mean? How can I fix, or at least debug this issue? I can't reproduce it and it happens only for some of the customers.
How can I get more helpful information on this issue?
The question here is about some other users who reported a problem - when they use my app, it starts good but after a short time, all traffic is extremely slow.
Thos are very suspicious logs from their Console:
“kernel: (Sandbox) Sandbox: myAppExtenstion(8025) deny(1) file-read-data /Users/ahale/Library/Preferences/com.apple.LaunchServices/com.apple.launchservices.secure.plist”
After the above logs, they get a massive amount (over 42000) of these logs “myAppExtension: (NetworkExtension) NEVirtualInterface processing read event”.
What are those logs mean? How can I fix, or at least debug this issue? I can't reproduce it and it happens only for some of the customers.
How can I get more helpful information on this issue?