Hello,
I'm currently trying to run an app on Catalina, and I reach a state on Catalina where notifications stop showing entirely. The notifications in my app are managed by a separate XPC service, which uses the NSUserNotification class to create our notifications. However, when I first install it, I see the following message in the console logs:
default 09:01:31.467209-0700 NotificationCenter Looking up app info for <xpc identifier>.
error 09:01:31.474550-0700 NotificationCenter Failed to find <xpc identifier>. Will check again next time we get a message from app.
After choosing to "allow" notifications from my app. Then, when I try to send myself notifications on the app, I see this:
Denying message {
message_type: 3,
immediate: true,
encoded_notification: <data: 0x7f8ffc51bf30>: { length = 1276 bytes, contents = 0x62706c6973743030d4010203040506070a58247665727369... },
} from connection <LegacyConnection identifier: <xpc identifier>. type: Application>
I know that consent is now needed on catalina, however, is there anything else I need to do to allow my service to send notifications? I can't find anything on these error messages, and usernoted is refusing all notifications. I'm running on the latest beta.