iOS: How to link App Store link that is being developed

后端 未结 2 1891
情歌与酒
情歌与酒 2020-12-18 08:36

I am wondering how to link the Apple App Store link in an app that is currently being developed.

For Example...

I am developing an iPhone game that is not ap

相关标签:
2条回答
  • 2020-12-18 08:43

    You don't have to have an approved app to do this, however you have to have already created the app in iTunes Connect. Once you have done this, Apple supplies you with a "View in App Store" link on the applications page.

    enter image description here

    In addition to this, you can use the following link to send the user directly to your app's rating and reviews page in the App Store.

    itms-apps://ax.itunes.apple.com/WebObjects/MZStore.woa/wa/viewContentsUserReviews?type=Purple+Software&id=APPLE_ID

    In the above link, replace "APPLE_ID" with the Apple ID of your app. (see screenshot below)

    enter image description here

    0 讨论(0)
  • 2020-12-18 08:52

    When you create a place for your application, and fill the information about your application, it provides you a link. And that link is what you can use in your application, before making it live.

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