Mac OS X: start on launch while in app store?

前端 未结 4 1500
不知归路
不知归路 2020-12-23 23:51

I need to start my app at system launch, but the problem is: it is already in App Store, so I must follow some rules like using sandboxing. This leads to fail of desired fun

4条回答
  •  遥遥无期
    2020-12-24 00:37

    I just implemented a LoginItem for my own app and found information at these links useful:

    How to create a helper application for Mac App to start it on user login?

    http://developer.apple.com/library/mac/#documentation/Security/Conceptual/AppSandboxDesignGuide/DesigningYourSandbox/DesigningYourSandbox.html

    https://github.com/tcurdt/TCLoginItemHelper

    http://www.delitestudio.com/2011/10/25/start-dockless-apps-at-login-with-app-sandbox-enabled/

提交回复
热议问题