在Windows Phone 8.1上的Toast Notification中显示数据

时间:2014-05-11 12:38:49

标签: windows-phone-8 windows-8.1 toast

我正在使用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代码。想知道这里出了什么问题?

1 个答案:

答案 0 :(得分:0)

我完全放弃了这种方式并使用原始吐司通知。我不得不做更多的工作,但现在它可以工作,我希望它如何正常工作。