Direct web link to your app or developer account showing all your apps:
- http://itunes.com/apps/my-app-name
- http://itunes.com/apps/my-developer-name
- itms://itunes.com/apps/my-app-name (opens iTunes)
- itms://itunes.com/apps/my-developer-name (opens iTunes)
- itms-apps://itunes.com/apps/my-app-name (opens App Store)
- itms-apps://itunes.com/apps/my-developer-name (opens App Store)
Direct link to a country specific app store (say Germany in this exampe):
If your app name contains spaces replace them with dashes. Replace http with imts to avoid Safari redirects on iOS devices. The http links will send web users to a page which asks to open iTunes on their machines.
To link from Objective-C so that the app store app opens automatically:
[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"itms://itunes.com/apps/myappname"]];
Alternatively you can use Apple’s Link Maker Tool: http://itunes.apple.com/linkmaker/ – this lets you create buttons like the one below as well as direct links to web pages that look like iTunes: