问题
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