问题描述
我正在使用Ionic框架(Web技术)开发Android和iOS应用程序,并且希望在新的Firebase功能FCM的帮助下添加推送通知。
但是我在部署设备时遇到这个问题:
$ b
所有你需要的是添加这个3插件
开关插件添加cordova-plugin-inappbrowser
离子插件添加cordova-plugin-fcm
离子插件添加cordova-plugin-velda-devicefeedback
$我现在得到这个错误,这不是在你的 FCM 或其他插件。
这只是您的Google Play服务版本。打开您的 Android SDK Manager 更新 Google Play服务版本30 和 Google Repository rev 26 。
再试一次。
I am developing Android and iOS app using Ionic framework (Web technologies) and I want to add Push Notifications with the help of the new Firebase feature, FCM.
But I'm facing this issue while deploying on a device:
All you need is to add this 3 plugin
ionic plugin add cordova-plugin-inappbrowser
ionic plugin add cordova-plugin-fcm
ionic plugin add cordova-plugin-velda-devicefeedback
解决方案 I get this error now, this is not in your FCM or other plugins.
It's just your version of google play services.
Open your Android SDK Manager
Update both Google Play Services rev 30 and
Google Repository rev 26.
Try building again.
这篇关于与离子应用程序不工作的Firebase云消息传递的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!