5

Possible Duplicate:
Is it possible to find out itunes link for iOS application before it being submitted to appstore?

I'd like to know the link of my App in the App Store before submitting it. I know that the way is using the link:

http://itunes.com/apps/appname

But my App have one name in iTunes Connect, and other in metadata of Application, that will appear in the App Store for users... Which one I have to use in the link? The iTunes Connect project name or the metadata name? Thank you!

Ken Y-N
  • 14,644
  • 21
  • 71
  • 114
  • Welcme to Stack Overflow! Please use the search before reposting question that have already been answered. Take a look here: http://stackoverflow.com/questions/6799737/is-it-possible-to-find-out-itunes-link-for-ios-application-before-it-being-submi – brainray Oct 02 '12 at 07:54
  • I searched, but didn't find this one... It is exactly what I want!! Thanks!! :D – Leonardo Bortolotti Oct 03 '12 at 18:01

2 Answers2

2

You could find app link in the following place:

iTunes Connect (https://itunesconnect.apple.com) -> Manage Your Applications -> Select your application -> Link table -> View in App Store

Nekto
  • 17,837
  • 1
  • 55
  • 65
1

If your app is already live, then just open up iTunes Connect, find your app and click view in AppStore. Otherwise, if your app isn't live...

Your App URL is not available until your app goes live, but most apps follow the same link pattern:

http://itunes.com/apps/yourappnamewithoutspaces

Make sure that the app name has no spaces, or %20, or any characters for that matter. My apps on the AppStore have special characters like dashes, etc. and the link is just the plain text form of the app name.

The name in the link will be the name displayed on the AppStore NOT the iOS device. And by iTunes Connect Project name, I believe you're referring to the AppStore name.

Here's another SO post on links: How to link to apps on the app store

Community
  • 1
  • 1
Sam Spencer
  • 8,492
  • 12
  • 76
  • 133