没有 Firebase 云消息传递的推送通知

2023-07-28移动开发问题
1

本文介绍了没有 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 云消息传递的推送通知的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持跟版网!

The End

相关推荐

如何在 COCOS2d Android 中使用 CClistview?
How can I use CClistview in COCOS2d Android?(如何在 COCOS2d Android 中使用 CClistview?)...
2024-08-12 移动开发问题
5

cocos2d-android:如何显示分数
cocos2d-android: how to display score(cocos2d-android:如何显示分数)...
2024-08-11 移动开发问题
7

Sqlite 数据库未从资产文件夹 Android 复制
Sqlite database not copied from asset folder Android(Sqlite 数据库未从资产文件夹 Android 复制)...
2024-04-15 移动开发问题
8

SQLite 数据库副本在由设备而不是模拟器生成时出现损坏
SQLite Database Copy Appears Corrupted When Generated by Device and not Emulator(SQLite 数据库副本在由设备而不是模拟器生成时出现损坏)...
2024-04-15 移动开发问题
4

安卓文件拷贝
Android file copy(安卓文件拷贝)...
2024-04-15 移动开发问题
6

Android如何在android中检测Edittext的Copy事件
Android how to detect Copy event of Edittext in android(Android如何在android中检测Edittext的Copy事件)...
2024-04-15 移动开发问题
5