gpt4 book ai didi

windows-phone-7 - Windows Phone 磁贴通知 - 存储在 Shared/ShellContent 中的图像的 URI

转载 作者:行者123 更新时间:2023-12-02 02:13:11 27 4
gpt4 key购买 nike

我有一个利用推送通知的应用程序。当应用程序收到背景图像指向作为资源与 xap 捆绑在一起的图像的磁贴通知时,图像会很好地加载到固定磁贴上。此外,我测试了运行应用程序的可能性,该应用程序可以将图像加载到固定图 block 上,文件存储在 Shared/ShellContent 的独立存储中,并且也可以。我使用的 URI 架构是“isostore:”但是,当我尝试在我的 Tile Notification 的 XML 中提供该 URI 或它的任何其他组合时,我无法加载引用的图像。

我查看了 MSDN 中的文档,但无济于事。有人会知道这是否可能吗?提前致谢。

干杯

最佳答案

引用这个tutorial .您可能希望将您的域名添加到允许的域列表中。这是教程源代码中的代码片段。

var ListOfAllowedDomains = new Collection<Uri> {
// Lists domains that can send tile updates and so forth as push notifications.
// Only these authorized domains will be allowed by the shell to push new tiles to the phone
new Uri(@"http://YOUR WEB SERVICE'S DOMAIN HERE") // e.g. if you published a webservice at http://foo.com/service1.svc -- put "http://foo.com" here.
};

//Register this channel with the shell, pass on authorized domain in way method expects
myPushChannel.BindToShellTile(ListOfAllowedDomains);

我已将其完全集成到我的一个移动应用程序中,并且运行顺畅。如果我正确理解您的问题,您希望通过服务中托管的相对 URI 提取这些图像。

关于windows-phone-7 - Windows Phone 磁贴通知 - 存储在 Shared/ShellContent 中的图像的 URI,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11819215/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com