How to get the windows phone application download link from windows store

末鹿安然 提交于 2019-12-25 06:59:43

问题


I'm developing windows phone 8 application, in which i have the share application functionality.

The main purpose of this share feature is to share the application download link(windows store) on the face-book or twitter.

Before publishing the application to the store, we can't get the download link of the application. But we need this application download link to implement the share feature.

So how can we get/estimate the application download link.

Thanks


回答1:


Quick and easy solution, submit the app to the market without this functionality but not publish it to the marketplace. Then get the deeplink information, put it on the app and then release the update. This will mean double the certification time though.

Or, have the app query a webserver for the information on first start and save the resulting deeplink in the app settings. That way you can publish the app, get the deeplink and then update the information on the webserver side before it's published to the store.



来源:https://stackoverflow.com/questions/21258988/how-to-get-the-windows-phone-application-download-link-from-windows-store

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