Hi, i develop an app which run as daemon. I have to block force quit button. Becasuse i dont want to start app after crash or successful exit, i cannot set "KeepAlive" in plist.
Summary:
- app not started automatically after crash
- app not started automatically after exit with 0 exit code
- app not started automatically after exit with non 0 exit code
- admin user is not able to do ForcedQuit an app from Activity monitor
Is there any workaround to set app like this? Thank you