I have an iOS app with push notifications set up and the feature is working fine on iOS devices. I now build a Mac Catalyst app of my iOS app and I was trying to get the push notifications to work but it doesn't work.
I'm receiving the registration token in func messaging(_ messaging: Messaging,didReceiveRegistrationToken fcmToken: String) but I'm not able to get any push notifications.
In the settings app on the Mac I also see that my app is set up for notifications.
Am I missing something out?