I am developing an app that is working in MacOS. The app should not be terminated by the user.
- Do not terminate through kill command
- Do not remove it through launchctl remove.
- system setting->general->login items->allow in background. My app is always active.I am developing an app that is working in MacOS.
The app should not be terminated by the user.
- Do not terminate through kill command
- Do not remove it through launchctl remove.
- system setting->general->login items-> allow in background.
My app is always active. (UI operation not possible)
Is the above function possible without using MDM? If it is impossible, is it difficult to develop an MDM server?