Can Amazon SNS push notifications directly to mobile devices?

可紊 提交于 2020-02-07 07:08:13

问题


The tutorial for Windows Phone 7 push notifications says that to implement Push Notifications, you need to call Microsoft Push Notification service which manages the sending of the notification to WP7 devices.

Does that imply that to send an AMZ SNS message, I need to create an intermediary web service that routes the SNS message to Microsoft Push Notification service?

What are the options for Android and iOS devices?


回答1:


Android has cloud-to-device-messaging (c2dm), which is a labs project by google. At this time it is free. I don't know about wp7 or. I believe iOS has their own system as well.




回答2:


Amazon has API libraries for both Android an IOS, so you can implement them directly. See:

http://aws.amazon.com/sdkforandroid/

http://aws.amazon.com/sdkforios/

There is also a windows/.net library that you might be able to use directly inside a windows phone.

http://aws.amazon.com/net/

I don't know anything about the windows phone platform and your on your own for that one.




回答3:


Microsoft forked AWS' .NET SDK to create a version for WP7.

https://github.com/Microsoft-Interop/AWS-SDK-for-WP



来源:https://stackoverflow.com/questions/5155762/can-amazon-sns-push-notifications-directly-to-mobile-devices

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!