Getting the AppStore Link before publishing an App
I want to send an App link within the App like this:
http://itunes.apple.com/app/myiphoenapp/id373185673
The problem is, that I do not know the link in advance, becaus开发者_JAVA百科e I haven't send the App to Apple yet.
I know that I can send the binary later, do I get the link then?
UPDATE: Just create your iTunesConnect app entry early in production, so you'll have your App ID right from the beginning. You can setup metadata, add app binaries later on.
Creating App Store links worth a Googling on its own, as it varies a lot over time, accross different iOS versions.
You can solve this mess easily with a remote redirection page. See at my blog: http://gotoandplay.freeblog.hu/archives/2010/11/03/Tangram_098_-_App_Store_link_to_the_full_versionreviews_before_even_submit_the_application/
- How can i give app store link in my apps before approving another apps
- How to link to apps on the app store
- How can I link to my app in the App Store (iTunes)?
- Go to https://itunesconnect.apple.com
- If you haven't created any app yet, create it.
- Open it and in the first screen (AppStore -> App information -> General) there is a field called "Apple ID" with the id number.
- http://itunes.apple.com/app/idXXXXXXXXX and replace "XXXXXXXXX" with your "Apple ID" (from iTunes connect - after creating the app there)
精彩评论