Link to an app in the App Store before approved?

回眸只為那壹抹淺笑 提交于 2019-11-30 23:51:56

Yes, there is. You can use the app ID to generate the link. You get the ID when you register an app in the iTunes portal.

You want a link like this:

http://itunes.apple.com/app/idAAAAAAAAA

Where, AAAAAAAAA is your app id.

There is also one other way:

Use "appstore.com" scheme.

Your app name is "Houston, we have an issue!" you can transform it into:

(iOS) http://www.appstore.com/houstonwehaveanissue

(Mac) http://www.appstore.com/mac/houstonwehaveanissue

Rules:

  1. lower case characters

  2. strip whitespaces

  3. "!¡"#$%'()*+,-./:;<=>¿?@[]^_`{|}~" characters that have to be removed

More detailed description can be found at: https://developer.apple.com/library/ios/qa/qa1633/_index.html (Creating easy-to-read short links to the App Store for your apps and company)

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!