|
|
|
|
|
by HHad3
679 days 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. |
|