I have a application that is only the UI for a daemon service. The daemon itself is runnning ok, so far.
Now when the user moves the App to trash bin, will the daemon also be uninstalled? How does most MacOS software does that behind the scenes? Like, MS Teams, it runs a daeamon but when the user removes the app the daeamon should be also removed.
I am using Packages for installing, so I can for example update, but differently from Windows we normally don`t have an uninstall program.
I would appreciate any explanation on that, as for my research I was able to find only how to create daemons.