I found using the xcrun notarytool log tool that an embedded binary was not codesigned correctly. I added a code sign step for this and the notarization is fixed.
Post
Replies
Boosts
Views
Activity
I will look at your suggestion for the temporary exception entitlement.
Thanks,
Don
Hi Quinn,
Ideally when a URL is determined to be blocked, we want to show a custom blocked page.
Is there a way to inject a "blocked" page to the browser that initiated the network connection? Maybe from the network extension in the NEFilterDataProvider subclass?
Thanks,
Don
Thanks Quinn. I have a project that has a need to install/start a network extension from a daemon process. Our architecture uses plugins for different features. The idea is to create a plugin bundle which would be able to download the app bundle with the network extension and install it. Can the daemon/plugin run the app to install the network extension?
Also once the NE is installed, can a root process uninstall the NE? AFAIK this cannot be done.
Thanks,
Don