PRATHIV
PRATHIV

Reputation: 570

Sending Notification to two different apps on same device using FCM for iOS

2 different apps installed in same device with same firebase project and in firebase separate app is created for each app under same firebase project.Will the Fcm notification work on both apps?

Before spending my time on Development I have searched a lot on it, many Developer reported the latest installed app on that device is only getting notification. IS it true.If so any Solution for it?

Upvotes: 0

Views: 616

Answers (1)

user18309290
user18309290

Reputation: 8380

As long as both of the applications have retrieved a registration token and sent that to your application server and your server will send a message for both tokens, they will receive the message.

Upvotes: 2

Related Questions