向 Windows Mobile 推送通知
在我的 asp.net 应用程序中,我向手机发送推送通知。用户将在其手机上安装客户端。
如果他们有 Android,我要求他们在手机上安装 NotifyMyAndroid。 如果他们有 iOS,我会要求他们在手机上安装 Prowl。
Windows Mobile 的最佳选择是什么?
提前致谢。
Within my asp.net application I send push notifications to mobile phones. The user will have a client installed on their phone.
If they have android, I ask that they install NotifyMyAndroid on their phone.
If they have iOS I ask that they install Prowl on their phone.
What is the best option for Windows Mobiles?
Thanks in advance.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
推送通知是 WP7 操作系统的一部分,请在此处阅读 MSDN 文章:
Windows Phone 推送通知
您的最终用户无需安装任何东西即可实现此功能。
Push notifications are part of the WP7 OS, read the MSDN article here:
Push Notifications for Windows Phone
Your end users do not need to install anything to make this work.