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
相关问题
- CALayer - backgroundColor flipped?
- Core Data lightweight migration crashes after App
- React Native Inline style for multiple Text in sin
- How can I implement password recovery in an iPhone
- Set BaseUrl of an existing Pdf Document
相关文章
- Could I create “Call” button in HTML 5 IPhone appl
- Unable to process app at this time due to a genera
- How to get rid of border around and image used as
- How do you detect key up / key down events from a
- “Storyboard.storyboard” could not be opened
- Open iOS 11 Files app via URL Scheme or some other
- Can keyboard of type UIKeyboardTypeNamePhonePad be
- Removing the href attribute
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.