简体   繁体   English

使用 FCM 将通知发送到同一设备上的两个不同应用程序 iOS

[英]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?在具有相同 firebase 项目的同一设备中安装了 2 个不同的应用程序,并且在 firebase 中为同一 firebase 项目下的每个应用程序创建了单独的应用程序。Fcm 通知是否适用于这两个应用程序?

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?是真的吗?如果是,有什么解决方案吗?

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.只要这两个应用程序都已检索到注册令牌并将其发送到您的应用程序服务器,并且您的服务器将为这两个令牌发送一条消息,它们就会收到该消息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 laravel 和 FCM 发送 web 推送通知 - sending web push notification using laravel and FCM 在 iOS 模拟器上测试 FCM 通知 - Test FCM notification on iOS Simulator 如何使用 FCM 在 iOS 和 Android 中跟踪收到的通知? - How to track received notification in iOS and Android using FCM? 相同 firebase 项目的 FCM 分为两个不同的 android 项目 - FCM of same firebase project into two different android projects 有什么方法可以使用云 function 和 fcm 或其他替代方法来改进快速发送推送通知? - Any way to improve sending push notification quickly using cloud function and fcm or some alternative? Flutter:主屏幕上 iOS 应用程序图标上的通知徽章计数器未显示(使用 FCM) - Flutter: The notification badge counter on the iOS app icon on the home screen is not showing up (using FCM) Flutter FCM 推送通知在后台收到两个通知 - Flutter FCM Push Notification getting two notification in background 具有 Firebase 实时数据库的云功能未触发 onCreate 且未发送 FCM 通知 - Cloud functions with Firebase Realtime Database not triggering onCreate and not sending FCM notification 如何通过令牌 ID 测试 FCM 向设备推送通知 - How to test FCM push notification to a device via a token ID FCM iOS 推送通知收不到任何通知 - FCM iOS Push Notification cannot receive any notification
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM