【发布时间】:2013-12-11 07:37:04
【问题描述】:
我在沙盒中创建了一个使用帮助程序在登录时启动的应用程序,如 here 所示。
它工作正常,但下一条消息记录在控制台中:
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 上被接受?
【问题讨论】: