Reputation: 9
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 [email protected].
Note: 1.development certificate for ios for push notification are everything submitted.
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.
Upvotes: 0
Views: 161
Reputation: 61
use onesignal plugin for push notifications. Its simple to use and have great documentation
Upvotes: 0