How Can I Launch The App-store App Directly from my Application

烂漫一生 提交于 2019-12-11 09:19:33

问题


I want to place a button or a link in my app with which the user can start the app-store and buy my app if the app is in trial mode.

I can not find any relavant Information on this. How can I implement this?


回答1:


MSDN documentation: Creating links with the Windows Store protocol. Alternatively, the URI for the app in the store can be accessed using the Windows.ApplicationModel.Store.CurrentApp.LinkUri property.

You can then open a link to your app in the store using Windows.System.Launcher.LaunchUriAsync.



来源:https://stackoverflow.com/questions/12342728/how-can-i-launch-the-app-store-app-directly-from-my-application

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!