Yes, I need to change quite a bit in order to make the app to run successfully. But still, the network extension seems is not running?
I have also captured the system log when the app is running. Can you kindly help to see any abnormal thing happen?
https://drive.google.com/file/d/1jUsGxEAFrLpjI2JxSCsBYZWAnnR-aIMM/view
Post
Replies
Boosts
Views
Activity
@meaton I am facing the same issue.
Using the way you said, I cannot log out anything from the log stream.
My entitlement file is like below
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>com.apple.developer.networking.networkextension</key>
<array>
<string>content-filter-provider</string>
</array>
<key>com.apple.security.app-sandbox</key>
<false/>
<key>com.apple.security.application-groups</key>
<array>
<string>$(TeamIdentifierPrefix)com.testing.connectionFilter</string>
</array>
<key>com.apple.security.network.client</key>
<true/>
<key>com.apple.security.network.server</key>
<true/>
</dict>
</plist>
@PreethamTK did you resolved this?
@rishr can you share what's the configuration issue you faced?