tags:

views:

1775

answers:

11

Hi,

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.

+4  A: 

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.

MrMage
+1  A: 

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

Scott M.
+11  A: 

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

Try it out

coneybeare
Wow, didn't know about that one. Thank you!
MrMage
A: 

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.

ceejayoz
Just tried: TwitterrificPremium links to Twitterrific Premium.
MrMage
A: 

Hi,

Thanks to every one for answer

iphone dev
A: 

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.

Timothée Boucher
+2  A: 

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.

Dave Ross
A: 

Heya,

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!

yackub
A: 

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.

Hankweb
+4  A: 

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.

thomax