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 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.
You can try using http://itunes.com/apps/your_app_name
Try it out
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!
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/
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.
You can submit your application, and then when your other applications get approved you "update" and include the links to those applications.