从Windows 10 Mobile上的推送通知自动启动应用程序?

时间:2015-10-08 07:42:30

标签: push-notification windows-phone windows-10-mobile

这是问题Launch application automatically from a push notification on Windows Phone 8的重启,但适用于Windows 10移动版。

在Windows 10移动版中是否有任何积极的发展?

1 个答案:

答案 0 :(得分:2)

它与Windows Phone 8.1基本相同。

您无法在收到推送通知时直接将应用程序启动到前台,但您可以通过推送通知触发后台任务。然后,任务可以解密有效负载并触发Toast并平铺通知以将其显示给用户。对于长消息,toast可以让用户启动应用程序以查看完整消息。

请参阅MSDN中的Background tasks triggered by raw notifications

Raw notifications sample演示了适用于Windows和Windows Phone 8.1的内容。