简体   繁体   English

ionic版本1推送通知cordova-ios 4.4.0

[英]ionic Version 1 Push Notification cordova-ios 4.4.0

I am trying to implement push notification in ionic version 1 using "AWS SNS" and "Firebase"(for registering my ios and android application) and "phonegap-plugin-push" in ios,by using this plugin i got the token ,but using that token in aws to create endpoint to send the notification to my ios device ,unable to receive the notification,Kindly suggest any thrid party cordova plugin below the version of cordova-ios@4.4.0. 我试图在离子版本1中使用“ AWS SNS”和“ Firebase”(用于注册我的ios和android应用程序)以及“ phonegap-plugin-push”在ios中实现推送通知,通过使用此插件,我获得了令牌,但是在AWS中使用该令牌创建终结点,以将通知发送到我的ios设备,无法接收通知,请建议在cordova-ios@4.4.0版本以下的任何第三方cordova插件。

Note: 1.development certificate for ios for push notification are everything submitted. 注意:1.推送通知的ios开发证书已提交。

As soon as end point created using fcm token(which is generated in ios device) in aws sns,end point getting disabled after the first push notification sent. 在AWS sns中使用fcm令牌(在ios设备中生成)创建的端点后,发送第一个推送通知后,端点将被禁用。

use onesignal plugin for push notifications. 使用onesignal插件进行推送通知。 Its simple to use and have great documentation 它简单易用,并且文档丰富

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

相关问题 Ionic Cordova:有没有办法设置固定的cordova-ios版本 - Ionic Cordova: Is there a way to set fixed cordova-ios version Cordova-iOS:extras在收到城市飞艇的推送通知时为空 - Cordova-iOS:extras is empty at receiving push notification with urban airship 错误安装 phonegap-plugin-push cordova-ios version >= 5 - Error install phonegap-plugin-push cordova-ios version >= 5 在 ionic cordova 和 firebase 中为 iOS 应用推送通知设置 - Push notification setup for iOS apps in ionic cordova and firebase Ionic Cordova App iOS 4.4.0启动画面然后关闭 - Ionic cordova app ios 4.4.0 splash screen then closes iOS的离子推送通知 - Ionic push notification for iOS 用于 ios 插件的 cordova-plugin-inappbrowser 不支持此项目的 cordova-ios 版本。 cordova-ios:5.1.1,失败的版本要求:> = 6.0.0 - cordova-plugin-inappbrowser for ios Plugin doesn't support this project's cordova-ios version. cordova-ios: 5.1.1, failed version requirement: >=6.0.0 cordova-plugin-console 不支持这个项目的 cordova-ios 版本 - cordova-plugin-console doesn't support this project's cordova-ios version Cordova CLI 4.0:如何安装cordova-ios的主版本/夜间版本? - Cordova CLI 4.0: how to install master / nightly version of cordova-ios? 用于cordova-ios 5.1.1的cocoapod和cordova-plugin-firebase-authentication的正确版本 - The correct version of cocoapod and cordova-plugin-firebase-authentication for cordova-ios 5.1.1
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM