是否可以以编程方式安装Windows Phone商店中列出的应用程序 [英] Is it possible to programmatically install an app listed in the Windows Phone store

查看:68
本文介绍了是否可以以编程方式安装Windows Phone商店中列出的应用程序的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我希望能够安装在手机App Store中公开列出的应用程序。

I want to be able to install an app publically listed in the Phone App Store.

1。这可能。

2。我需要哪些信息来识别应用程序。

2. What information would I need to identify the app.

3。这可以通过选择器和选择器的方式完成,这样一旦安装完毕,我们就会返回"我的"应用程序。

3. Can this be done in the manner of pickers and choosers such that once installed we return back to 'my' app.

提前致谢。

推荐答案

简单回答......没有。 但是,如果您知道"AppID",对于您的应用,您可以将其重定向到商店,他们可以选择安装您的应用。 我一直在我的应用程序中执行此操作,并帮助为我生成的其他应用程序构建下载。

Simple answer... no.  However if you know the "AppID" for your app, you can redirect them to the store where they can CHOOSE to install your app.  I do it all the time in my apps and helps build downloads for other apps I have produced.

taskStore.ContentIdentifier = "112123c1-47f7-4edb-955a-664162631799";
taskStore.ContentType = MarketplaceContentType.Applications;
taskStore.Show();


当然,没有什么能阻止你(使用Windows Phone 8)实施应用内购买。 但即使购买是免费的,您仍然需要用户确认购买并开始下载。


Of course, there is nothing stopping you (with Windows Phone 8) from implementing In-App purchases.  But you still need the user to acknowledge the purchase and start the download even if the purchase is free.


这篇关于是否可以以编程方式安装Windows Phone商店中列出的应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆