Post

Replies

Boosts

Views

Activity

Reply to XPC Connection with Network Extension fails after upgrade
Thank you! The accepted solution in the thread referenced above is, using pre-install script. " disable network filter stop network system extension " What are the commands to perform these in preinstall script. As of now, these are the operations we perform in preinstall: Unload the application from launchctl (launchctl asuser $GSUID /bin/launchctl unload $AGENT_PLIST_PATH) rm -rf /Library/LaunchAgents/com.myapp.plist We kill both UI and Extension process in preinstall using pkill
Dec ’23
Reply to MobileConfig for AppProxy Provider
I am not sure, if it is visible in comments to reply above. The target machine is MacOS
Replies
Boosts
Views
Activity
Feb ’24
Reply to XPC doesn't work with network extension on app upgrade
@Robert_Developer What are the commands to perform these in preinstall script. As of now, these are the operations we perform in preinstall: Unload the application from launchctl (launchctl asuser $GSUID /bin/launchctl unload $AGENT_PLIST_PATH) rm -rf /Library/LaunchAgents/com.myapp.plist We kill both UI and Extension process in preinstall using pkill
Replies
Boosts
Views
Activity
Dec ’23
Reply to XPC Connection with Network Extension fails after upgrade
Thank you! The accepted solution in the thread referenced above is, using pre-install script. " disable network filter stop network system extension " What are the commands to perform these in preinstall script. As of now, these are the operations we perform in preinstall: Unload the application from launchctl (launchctl asuser $GSUID /bin/launchctl unload $AGENT_PLIST_PATH) rm -rf /Library/LaunchAgents/com.myapp.plist We kill both UI and Extension process in preinstall using pkill
Replies
Boosts
Views
Activity
Dec ’23