是否可以在 Windows Phone 7 中处理推送通知数据

发布于 2024-10-05 21:21:55 字数 300 浏览 9 评论 0原文

我对我的学生项目有一个问题。

我目前正在 Windows Phone 7 上使用推送通知,想询问是否有可能(就像在 Android 中一样)在后台处理传递的数据,创建唤醒锁或其他东西。

下面是它在 Android 中的工作原理: 1. 我向设备发送通知(更准确地说是向 C2DM 服务器发送通知,但这现在并不重要)。 2. 该应用程序在关闭时收到我的通知,在屏幕上显示一个图块并将数据保存在数据库中,以便我稍后可以使用它们。

当应用程序未运行时,是否可以将推送通知收到的数据存储在 Windows Phone 7 中的数据库/隔离存储中?

i have a question for my student project.

I am currently using push notification an the Windows Phone 7 and wanted to ask if it is possible - like as it is in Android - to process the delivered data in background, creating a wakelock or something.

Here the scenerio how it works in Android:
1. I send a notification to the device (more precise to the C2DM Server, but that doesn't matters now).
2. The App receives my notification while it is closed, shows a tile on the screens and saves the data in a database so i can work with them later.

Is it possible to store the data received by a push notification in a database/isolated storage in Windows Phone 7 while the Application is not running?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

起风了 2024-10-12 21:21:55

目前 API 并未直接公开此功能。但是,在用户点击 Toast 通知以查询需要传递的任何数据后,没有什么可以阻止您回调 Web 服务。

This capability isn't exposed directly by the API at the moment. However, there is nothing stopping you calling back to your web service after the user taps your toast notification to query for any data that needs to be passed along.

失退 2024-10-12 21:21:55

正如米克所说。目前这是不可能的。

磁贴和 Toast 通知旨在用于向用户提供更新的信息或提示用户有更多可用信息。

如果这随后提示用户打开应用程序,则应该触发应用程序从服务器获取任何新信息。然后,您可以根据需要保存/存储此信息。

As Mick said. That's not possible at the moment.

Tile and toast notifications are intended to be used provide updated information to the user or prompt the user that there is more information availabel.

If this then prompts the user to open the app, that should be the trigger for the app to get any new information from the server. You can then save/store this information as appropriate.

梅窗月明清似水 2024-10-12 21:21:55

是的,有可能
您可以查看此链接 如何:发送MSDN 上的 Windows Phone 推送通知

Yes, It's possible
You can check out this link How to: Send a Push Notification for Windows Phone on MSDN

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文