Amazon SNS 能否将通知直接推送到移动设备?
Windows Phone 7 推送通知教程表示,要实现推送通知,您需要调用 Microsoft 推送通知服务,该服务管理向 WP7 设备发送通知。
这是否意味着要发送 AMZ SNS 消息,我需要创建一个中间 Web 服务,将 SNS 消息路由到 Microsoft 推送通知服务?
Android 和 iOS 设备有哪些选项?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
Amazon 拥有适用于 Android 和 IOS 的 API 库,因此您可以直接实现它们。
请参阅:
http://aws.amazon.com/sdkforandroid/
http://aws.amazon.com/sdkforios/
还有一个 windows/.net 库,您可以直接在 Windows Phone 中使用。
http://aws.amazon.com/net/
我对 Windows Phone 平台和您的平台一无所知为那个人拥有自己。
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.
Android 有云到设备消息传递 (c2dm),这是 google 的一个实验室项目。这时候是免费的。我不知道wp7或。我相信iOS也有自己的系统。
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.
Microsoft 派生了 AWS 的 .NET SDK 来创建适用于 WP7 的版本。
https://github.com/Microsoft-Interop/AWS-SDK-for-WP
Microsoft forked AWS' .NET SDK to create a version for WP7.
https://github.com/Microsoft-Interop/AWS-SDK-for-WP