Why is FCM Push Messages on iOS only working in production or via TestFlight?
问题 I'm trying to get push notifications working on FCM. I'm using the new authentication key way with the .p8 file. Everything is working when I use TestFlight to get the app on my iPhone. But when I use Xcode during development, I receive the message in foreground mode. But it's not shown in the system tray when the app is closed / in background mode. Is it even possible to receive notifications when the app is installed via xcode directly on the phone? Since notifications are also not working