iOS Question Firebase Push Notification Issue

aaronk

Well-Known Member
Licensed User
Longtime User
Hi,

I have used the firebase push notifications in my app, and have someone say when the push notification is sent to the iPhone, the message is shown in the app when Application_RemoteNotification is triggered while the app is open.

So, I know the device is getting the push notification.

However if the app is closed, they are not getting the same push notification if it's sent again.

If I send a push notification to another topic the customer has subscribed to it works fine.

I am sending both push notifications the same way but just changing the topic its sent to.

Anyone know why it shows the push notification for some topics and not others ?
 
Top