top | item 41168503

(no title)

HHad3 | 1 year ago

Apple unfortunately declared XPC to be a private API on iOS, whereas on macOS it is the foundation for sandboxing custom services.

I found no way to sandbox things beyond the sandboxes provided by iOS extension points (which are mostly XPC under the hood, but with no control options for the app).

Apple makes heavy use of XPC to sandbox iMessage services, but on iOS that remains an Apple-only feature.

discuss

order

ec109685|1 year ago

Oh interesting, you have to use browserenginekit to use multiple processes.