I want to push notification using Amazon SNS on Monaca.

Asked 2 years ago, Updated 2 years ago, 89 views

When the Monaca app starts for the first time,
device token, obtaining registration ID, and
Create an endpoint on Amazon SNS and
Throw a push request from another server using php, etc.
I want to receive push notifications on Monaca's app
However, there is little information available.

If it's Naive, AWS provides SDK, so it's done, but
I would like to implement it in Monaca, so if you know, please advise me.

I think I'm going to make my own Cordva plug-in, but I'm not sure.

monaca amazon-sns

2022-09-30 11:28

2 Answers

I'm not sure, so I might be wrong, but
AWS SDK for JavaScript in the Browser seems to be compatible with SNS, so can I use it?

http://aws.typepad.com/aws_japan/2013/11/developer-preview-aws-sdk-for-javascript.html


2022-09-30 11:28

Create a push notification app using Amazon SNS and Adobe PhoneGap Build

I think this article is almost the same.

PushPlugin is depressed, so instead,

https://github.com/phonegap/phonegap-plugin-push

I think I can install this plug-in on Monaca and set it up as described in the article...


2022-09-30 11:28

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.