Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

Tags:

In my application I need to have one link which is directly conncect to the app store and it is the link of my application on iTunes App Store. Can anyone please let me know how to do it?

like image 925
vburojevic Avatar asked Jul 23 '11 10:07

vburojevic


2 Answers

When you add the app to iTunes Connect, it gets an Apple ID (a 9 or 10 digit number). You can use a URL of the form http://itunes.apple.com/app/id<your_id> to link to your app in the store, for example http://itunes.apple.com/app/id417817520 if your Apple ID was 417817520.

The link will only work after the app has been approved of course.

like image 156
omz Avatar answered Oct 01 '22 19:10

omz


You can now use Short Links:

appstore.com/exampleappname 

Just strip all white space from the app name. More in this Apple tech note:

https://developer.apple.com/library/ios/qa/qa1633/_index.html

like image 20
Undistraction Avatar answered Oct 01 '22 19:10

Undistraction