How can i make a link to update my iPhone application?

纵饮孤独 提交于 2019-12-09 01:08:56

问题


i know how to make a link to my app on the appstore with this URL itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id= but i don't want the user goes on the software page but directly in the update tab what is the link to do this? is there a link to update the app ?(if an update existing) thanks


回答1:


Launching App Store is explained in "QA1629: Launching the App Store from an iPhone application":

http://developer.apple.com/iphone/library/qa/qa2008/qa1629.html

I'm not sure if it's possible to link directly to an update. I've found once an advice to replace "viewSoftware" to "viewSoftwareUpdate" on:

https://devforums.apple.com/message/139548#139548

but since link for "phobos" is no longer used it might not work any more.



来源:https://stackoverflow.com/questions/2628665/how-can-i-make-a-link-to-update-my-iphone-application

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