How can i give app store link in my apps before approving another apps

后端 未结 13 637
自闭症患者
自闭症患者 2020-12-07 22:19

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

相关标签:
13条回答
  • 2020-12-07 22:23

    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.

    0 讨论(0)
  • 2020-12-07 22:25

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

    Try it out

    0 讨论(0)
  • 2020-12-07 22:27

    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!

    0 讨论(0)
  • 2020-12-07 22:27

    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/

    0 讨论(0)
  • 2020-12-07 22:30

    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.

    0 讨论(0)
  • 2020-12-07 22:32

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

    0 讨论(0)
提交回复
热议问题