Windows phone 8 如何在windows phone应用程序8.1中使用推送通知发送图像?

Windows phone 8 如何在windows phone应用程序8.1中使用推送通知发送图像?,windows-phone-8,push-notification,windows-phone-8.1,Windows Phone 8,Push Notification,Windows Phone 8.1,我正在开发推送通知。现在我想发送一个图像和通知。我该怎么做?请帮帮我 我的祝酒辞是: "<toast launch=\"/text to receive\">" + "<visual>" + " <binding template=\"ToastText02\">" + "<text id=\"1\">" + Headertext +"</text>" + " <text id=\"2\">"+Message+"<

我正在开发推送通知。现在我想发送一个图像和通知。我该怎么做?请帮帮我

我的祝酒辞是:

 "<toast launch=\"/text to receive\">" + "<visual>" +
 " <binding template=\"ToastText02\">" + "<text id=\"1\">" +
 Headertext +"</text>" + " <text id=\"2\">"+Message+"</text>" +
 " </binding>" + " </visual>" + "</toast>"
“”+“”+
" " + "" +
标题文本+“”+“”+消息+“”+
" " + " " + ""

提前感谢

根据要发送的内容,您有不同的模板。 这里有一些可以使用的模板示例:


在本页中,您可以看到每个模板应使用的xaml代码:

根据要发送的内容,您有不同的模板。 这里有一些可以使用的模板示例:


在此页面中,您可以看到每个模板应使用的xaml代码:

将绑定标记内的文本更改为

将绑定标记内的文本更改为

我的toast消息是:string PushNotificationXML1=“”+”+“+”+“+”+Headertext+”+“+”+“+”+”+“+”+”+“+”+”+”+“+”+”+”+“+”;阅读备注我的toast消息是:string PushNotificationXML1=“”+”+“+”+“+”+”+标题文本++“+”+消息++”+“+”+”;读评论