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

前端 未结 4 1496
不知归路
不知归路 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条回答
  •  -上瘾入骨i
    2020-12-24 00:22

    For Sandboxed applications you need to create special Login Item helper application (located inside Contents/Library/LoginItems). See more here. Also note that your app must be launched from /Applications folder for correct work of Login Item.

提交回复
热议问题