使用 V-Play (Felgo) 和 google 云消息 (firebase) 从 Qt 交叉推送通知到 iOS & Android

Cross push notifications from Qt to iOS & Android with V-Play (Felgo) and google cloud message (firebase)

我尝试创建一个推送通知项目,同时发送到 iOS 和 Android。

我要试试 V-Play 插件:https://v-play.net/doc/plugin-gcm/ 但是从指南中,我找不到如何在 Firebase 中设置 Google Cloud Messaging。

是否有逐步允许配置和尝试跨平台通知的教程?或者谁能​​看到如何正确设置代码? 我还看到了 OneSignal,它比 GCM 好吗?

OneSignal 是目前最常用的推送通知服务之一,也是一个很好的解决方案。您可以在此处找到包含 step-by-step 说明和示例代码的集成指南,以使其与 Qt 和 QML 一起工作: https://v-play.net/doc/plugin-onesignal/

推送通知在 Firebase Qt 插件中可用:https://v-play.net/doc/plugin-firebase/