简体   繁体   中英

Use GCM on AWS EC2 server

I am trying to setup the notification system for my mobile App. We have our server hosted on EC2. Is there a way to setup and use the GCM services without using the SNS services. Is SNS mandatory to use to send notifications through AWS?

You don't have to use SNS on AWS - we do it without - the code is too extensive to post here, but take a look at this example which is in PHP

You can use Google AppEngine quite easily (free) full examples/tutorials here and here .

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM