up vote 7 down vote favorite
10
share [g+] share [fb]

I have two version of apps with lite and paid. I have another apps also but no one is approved yet. I want to give my all the apps link in my life version and all the apps are not approved yet.

So how can i give apps store link in my apps for another apps which are not approved yet.

Please anyone have idea?.

Thanks.

link|improve this question
feedback

11 Answers

You can try using http://itunes.com/apps/your_app_name

Try it out

link|improve this answer
Wow, didn't know about that one. Thank you! – MrMage Oct 3 '09 at 14:59
feedback

itms://itunes.com/apps/AppName works, but itms-apps://itunes.com/apps/AppName will save your users having to do the redirect through the iTunes app. Instead, the itms-apps protocol will open the app store directly, thus sparing your users the unnecessary wait.

link|improve this answer
feedback

This is the way I used for PocketCAS and PocketCAS pro:

I added to PocketCAS a link to somewhere on my website, e.g. http://pocketcas.com/iphone/buy, which will, as soon as PocketCAS pro has been approved, point to the corresponding App Store link. This also has the advantage that I could easily replace the App Store link by a custom "Why you should buy this" page if I feel that to be more appropriate.

link|improve this answer
feedback

As soon as you submit your app it will have an app id viewable on iTunes Connect, use that id in your links and make a note for the reviewer that the link will work once other app is approved. This has worked for me. Also you can submit your app and choose to upload the binary later.

link|improve this answer
feedback

I use this pattern: http://itunes.apple.com/app/id<app_apple_id>.
I think it's more reliable way than using app name.

link|improve this answer
feedback

You can submit your application, and then when your other applications get approved you "update" and include the links to those applications.

link|improve this answer
feedback

http://www.itunes.com/app/AppName supposedly works. Not sure how it handles spaces or special characters, so you'd want to test that out if your app contains them.

link|improve this answer
1  
Just tried: TwitterrificPremium links to Twitterrific Premium. – MrMage Oct 3 '09 at 15:01
feedback

One thing you could do would be to make your apps point to some URL under your own domain. Once you know the URLs for your apps for sure, you can make the URLs on your domain redirect to the App Store.

Then, you can update your apps to avoid the redirect…

You would probably want to use a UIWebView so that the redirect doesn't go from your app to Safari, then from Safari to the App Store.

link|improve this answer
feedback

http://www.itunes.com/app/AppName has worked for me. Similarly, you can swap AppName for ArtistName if you want to link to all the apps under the artist instead of the individual apps. Remember not to include any spaces between words!

Good luck!

link|improve this answer
So if i put the following from my app itunes.com/app/AppName does it load the safari or the App Store? – Fatos Nov 11 '11 at 16:37
feedback

Another thing you can do is itms://itunes.com/apps/AppName if the SDK will let you, because that is what http://itunes.com/apps/AppName would redirect you to so it will open the iTunes / App Store app.

link|improve this answer
feedback

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/

link|improve this answer
feedback

Your Answer

 
or
required, but never shown