Mac OS Sandbox:从帮助程序启动主应用程序

usa*_*ain 5 macos appstore-sandbox

我在沙盒中创建了一个应用程序,它使用帮助程序从登录开始,如此处所示.

它工作正常,但下一条消息记录在控制台中:

lsboxd[1560]: Not allowing process 15208 to launch "/Applications/SandboxApp.app/Contents/Library/LoginItems/SandboxHelper.app" because it has not been launched previously by the user

lsboxd[1560]: Not allowing process 15208 to register app "/Applications/SandboxApp.app/Contents/Library/LoginItems/SandboxHelper.app" for launch.

我看到这些消息是关于帮助者的,但我不知道该怎么做,以防止它们.

我唯一担心的是Apple会因为这个消息拒绝该应用程序.

有人阻止了这些沙盒消息的加注,或者是某人向Apple发送了一个向沙盒发送沙盒消息的应用程序并被Appstore接受了吗?

Cha*_*roe 3

请参阅http://blog.timschroeder.net/2012/07/03/the-launch-at-login-sandbox-project/ - 据此,这是一个代码签名问题,可能不会成为问题AppStore 构建随着 AppStore 构建的放弃而构建。