Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个沙盒应用程序。
此应用程序具有未沙盒化的 XPC 服务。
XPC 服务是否也需要经过沙盒处理才能提交到 Mac App Store?
作为 Mac App Store 提交的一部分的每个二进制文件(包括 XPC 组件)都必须经过沙盒处理。但是,每个二进制文件的权利可以(并且可能应该,如果应用程序经过精心设计)是不同的:XPC 旨在支持这种情况。