Push Notifications without Firebase Cloud Messaging(没有 Firebase 云消息传递的推送通知)
问题描述
是否可以在不依赖 Google 的 Firebase 云消息传递 (FCM) 的情况下使用 3rd 方服务发送推送通知?
Can one use a 3rd party service to send Push Notifications without relying on Google's Firebase Cloud Messaging (FCM)?
如果默认情况下应用程序不包含 Firebase 软件包,创建/使用自定义框架是否可以具有与 Firebase 类似的功能集?或者 Firebase 是否以某种应用外部的方式集成到 Android 操作系统中?
If the Firebase package is not included with the app by default, could creating / using a custom framework have a similar feature set as Firebase? Or is Firebase integrated within the Android Operating System in some way that is external from an app?
推荐答案
所以这取决于你的要求.因此,如果您只想发送普通通知,那么我真的可以推荐 PushBots.
So it depends on your requirements. So if you want to just send normal notifications, then I can really recommend the PushBots.
但如果你想创建额外的功能,比如不可见的数据负载,你可能必须使用 FCM.
But if you want to create extra features like invisible data payload, you probaly have to use FCM.
这篇关于没有 Firebase 云消息传递的推送通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:没有 Firebase 云消息传递的推送通知
基础教程推荐
- Xcode UIView.init(frame:) 只能在主线程中使用 2022-01-01
- 如何比较两个 NSDate:哪个是最近的? 2022-01-01
- navigationItem.backBarButtonItem 不工作?为什么上一个菜单仍然显示为按钮? 2022-01-01
- Play 商店的设备兼容性问题 2022-01-01
- Android Volley - 如何动画图像加载? 2022-01-01
- 如何将图像从一项活动发送到另一项活动? 2022-01-01
- iOS - UINavigationController 添加多个正确的项目? 2022-01-01
- UIImage 在开始时不适合 UIScrollView 2022-01-01
- 为什么姜饼模拟器方向卡在应用程序中? 2022-01-01
- SwiftUI-ScrollViewReader的ScrollTo不滚动 2022-01-01
