Cloud Cloud

Iva Horn

Notes from a software engineer for iPhone, iPad and Mac apps.

Memoji

XPC Posts

The following posts have been tagged with "XPC".

File Provider Domain Connection to File Provider Domain

March 23, 2024

We need file provider extension processes to talk to each other. What first appeared to be prevented by sandbox on iOS works with a different API.

Asynchronous Throwing XPC Protocols

February 13, 2024

I always thought that @objc protocols put constraints on protocol definitions that make the use of async and throws impossible. Don’t ask me why. It actually is not necessary to use completion handlers. async throws methods can be used instead.