我正在使用PHP为我的Windows Phone 8.1应用生成XML负载,如下所示:
<toast launch=''>
<visual lang='en-US'>
<binding template='ToastText02'>
<text id='1'>".Input::get('your_msg')."</text>
</binding>
</visual>
</toast>
但是当弹出Toast通知时,我的消息没有显示,通知只是显示:
"<App name>: New notification"
此外,需要注意的是,我还没有在我的应用中使用任何toastTemplate
代码。想知道这里出了什么问题?
答案 0 :(得分:0)
我完全放弃了这种方式并使用原始吐司通知。我不得不做更多的工作,但现在它可以工作,我希望它如何正常工作。