Hi,
is NSE working on Mac Catalyst? I easily made it work in my iOS target, but am struggling with Catalyst.
I checked that the .appex is built and signed with valid profile. But using the same debug scenario (run main app, attach to pid of NSE, send push notification) doesn't seem to trigger the extension.
Documentation is a bit confusing,
- Extensions seem to define NSE for iOS only (but in this document, is Mac tag containing Mac Catalyst?)
- UNNotificationServiceExtension says it's available for Mac Catalyst 13.0+
I have no clue where to look.
Cheers, Jan
Found the mistake on my side. I already had installed release version of the app (same bundle id). Deleting release one did the trick, now I can debug NSE as expected.
pluginkit and this SO answer helped