What to use for URL to my game in iTunes/AppStore?
Hello,
I want to put a link in my lite version, that takes the user to the AppStore, so they can buy the full game.
What do I use for the link?
Also, do I need to include the Apple ID (as shown when I manage my app in iTunes connect) anywhere in the URL?
Many Thanks,
I want to put a link in my lite version, that takes the user to the AppStore, so they can buy the full game.
What do I use for the link?
Also, do I need to include the Apple ID (as shown when I manage my app in iTunes connect) anywhere in the URL?
Many Thanks,
Blog - http://bit.ly/mrqwak
Games - http://bit.ly/mrqwakgames
Twitter - http://www.twitter.com/mrqwak
The old style urls are the most common still:
http://itunes.apple.com/WebObjects/MZSto...=333226863
In this case, the id is the apple ID of your application (Yup, the one from iTunes connect).
Currently, apple seems to generate a mixed sort of URL:
http://itunes.apple.com/us/app/twilight-...26863?mt=8
or:
http://itunes.apple.com/us/app/chipmunk-...82699?mt=8
These seem to also include the id and the name of the app. I am not sure if the name uniquely identifies the app- Different use of spaces and dashes might confuse it, I'm not sure here.
There's also support for this format that does not include the appleID:
http://itunes.com/apps/TwilightGolfLite
The rules about how spaces work are fairly unclear (and afaik, unwritten), so this is the sort of link you probably cannot share before your app is released.
http://itunes.apple.com/WebObjects/MZSto...=333226863
In this case, the id is the apple ID of your application (Yup, the one from iTunes connect).
Currently, apple seems to generate a mixed sort of URL:
http://itunes.apple.com/us/app/twilight-...26863?mt=8
or:
http://itunes.apple.com/us/app/chipmunk-...82699?mt=8
These seem to also include the id and the name of the app. I am not sure if the name uniquely identifies the app- Different use of spaces and dashes might confuse it, I'm not sure here.
There's also support for this format that does not include the appleID:
http://itunes.com/apps/TwilightGolfLite
The rules about how spaces work are fairly unclear (and afaik, unwritten), so this is the sort of link you probably cannot share before your app is released.
Howling Moon Software - CrayonBall for Mac and iPhone, Contract Game Dev Work
AndyKorth Wrote:The old style urls are the most common still:
http://itunes.apple.com/WebObjects/MZSto...=333226863
In this case, the id is the apple ID of your application (Yup, the one from iTunes connect).
Thanks Andy!
Is this one ok to use in LITE versions, to link to AppStore? And will work world-wide?
Jamie.
Blog - http://bit.ly/mrqwak
Games - http://bit.ly/mrqwakgames
Twitter - http://www.twitter.com/mrqwak
Keep in mind that the itunes.com and itunes.apple.com links will first open Safari and do a redirect to the app store (or not) in OS 2.x - you can use phobos.apple.com to avoid that, but no one knows how long Apple will keep that domain working...
What I'd do (and do do) to future-proof things is make the in-app links point to a script on my own website, then do some redirect magic from there. This way you can update links without updating your app. Plus you can sneak in some analytics and affiliate links at the same time
To handle the redirects in your app (so you launch the app store and not safari) check out this technote: http://developer.apple.com/iphone/librar...a1629.html
What I'd do (and do do) to future-proof things is make the in-app links point to a script on my own website, then do some redirect magic from there. This way you can update links without updating your app. Plus you can sneak in some analytics and affiliate links at the same time
To handle the redirects in your app (so you launch the app store and not safari) check out this technote: http://developer.apple.com/iphone/librar...a1629.html
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| Advertising in AppStore | NikaGrig | 5 | 7,245 |
Feb 22, 2011 09:40 PM Last Post: Holmes |
|
| iTunes Connect oddity | kendric | 0 | 1,657 |
Mar 30, 2010 07:06 AM Last Post: kendric |
|
| Link to AppStore | bmantzey | 1 | 2,307 |
Sep 16, 2009 01:08 PM Last Post: kendric |
|
| Adhoc to mac itunes problems | kendric | 5 | 2,961 |
Apr 27, 2009 06:56 AM Last Post: kendric |
|
| Query the AppStore? | mrbgty | 0 | 2,831 |
Mar 26, 2009 07:55 PM Last Post: mrbgty |
|

