Hi,
I have took Content Filter Simple Firewall example from Apple site and modified as per my requirement and I able to compile & run with my developer id account.
Here I had signing settings as below at Build Settings:
For this, We have created & downloaded provisional certificate and I have modified as below at Build Settings:
My application å extension is compiled But my app is not asking for permissions for registration and my network extension is not running.
How to compile and run Content Filter Simple Firewall with provisional certificate? Please help me.
I have a doubt, Is Code Signing with Apple Development mandatory to run Content Filters?
I have took Content Filter Simple Firewall example from Apple site and modified as per my requirement and I able to compile & run with my developer id account.
Here I had signing settings as below at Build Settings:
Now I want to change the signing procedure with help of new provisional certificate without developer account.Code Signing Identity -> Apple Developer
Development Team -> <My Team ID>
Provisional Profile -> Automatic
For this, We have created & downloaded provisional certificate and I have modified as below at Build Settings:
And we are running a script as below for code signing from Build Phases section.Code Signing Identity -> Placed Empty value
Development Team -> Placed Empty value
Provisional Profile -> Automatic
Code Block cp "$PROJECT_DIR/install/MacDistribution_NetworkExtension.provisionprofile" "$TARGET_BUILD_DIR/$WRAPPER_NAME/Contents/embedded.provisionprofile" touch "$TARGET_BUILD_DIR/$WRAPPER_NAME" codesign -vfs "Developer ID Application: Test, Inc. (ABCDEFGH)" --entitlements "$PROJECT_DIR/install/dgnetopsfilter.plist" --timestamp "$TARGET_BUILD_DIR/$WRAPPER_NAME"
My application å extension is compiled But my app is not asking for permissions for registration and my network extension is not running.
How to compile and run Content Filter Simple Firewall with provisional certificate? Please help me.
I have a doubt, Is Code Signing with Apple Development mandatory to run Content Filters?