After switching my bundle identifier from the one automatically generated for a Catalyst app to the bundle ID of an existing Mac app, I am no longer receiving remote push notifications.
The app shows that it is registered for notifications. The topic on the server is set to the correct bundle ID (the bundle ID Of the existing Mac app). I’ve tried with a JWT token and with Mac push certificates.
The response from the server returns 200 “sent”, but I’m not receiving the notification on my device.
Has anyone gotten push notifications working with a Catalyst app not using the auto-generated bundle ID? Any ideas on stuff I could try to get this working?