On 9 sept. 2015, at 11:20, Andreas Fink wrote: > Quick question: > > What is the best approach to run a system daemon which listens on a protected > port ( < 1000) while the App is delivered through the AppStore (and hence is > sandboxed).
If the system daemon is the Application or part of the application delivered through the App Store, you should not worry. Your app won't be accepted. You can not run a system/launchd daemon for a Mac App Store application. You can have something close to a launchd agent via the SMLoginItemSetEnabled API but it will only run for the current user after the user has logged in. And it would require to be activated by each user account manually from the application. _______________________________________________ Do not post admin requests to the list. They will be ignored. Macnetworkprog mailing list (Macnetworkprog@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/macnetworkprog/archive%40mail-archive.com This email sent to arch...@mail-archive.com