简体   繁体   English

在wp8上使用MarketplaceDetailTask

[英]using MarketplaceDetailTask on wp8

I've been using MarketplaceDetailTask on WP7 for a while and it used to work fine. 我已经在WP7上使用MarketplaceDetailTask​​了一段时间,它过去可以正常工作。 Using MarketplaceDetailTask, my app redirects user to marketplace and from there user can install targeted app. 使用MarketplaceDetailTask​​,我的应用程序将用户重定向到市场,并且用户可以从那里安装目标应用程序。

Now on WP8, using same MarketplaceDetailTask, I'm able to redirect user to marketplace but cannot install app, and error msg is "This app is not available for your device" and when i tap this msg, a msgbox shows up and say "This might be because your phone software need to be updated, the app is exclusive to different mobile provider or app is not available in your country\\region" 现在在WP8上,使用相同的MarketplaceDetailTask​​,我可以将用户重定向到市场,但无法安装应用,错误消息为“此应用不适用于您的设备”,当我点击此消息时,出现一个消息框并说“这可能是因为您的手机软件需要更新,该应用是其他移动提供商专有的,或者您所在的国家/地区不支持该应用”

But the same app can be installed from marketplace, navigated from IE using same url, that i used in my program. 但是可以从市场上安装相同的应用程序,也可以使用我在程序中使用的相同URL从IE进行导航。

can someone help me? 有人能帮我吗? thank you. 谢谢。

ps before you conclude, please note that, "But the same app can be installed from marketplace, navigated from IE using same url, that i used in my program." ps结束之前,请注意,“但是可以从市场中安装相同的应用程序,并使用我在程序中使用的相同的URL从IE进行导航。”

一种快速的解决方法是使用WebBrowser控件而不是使用MarketplaceDetailTask API来模拟用户操作。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM