发布应用程序之前获取AppStore链接

发布于 2024-09-04 20:14:59 字数 260 浏览 3 评论 0原文

我想在应用程序内发送一个应用程序链接,如下所示:

http://itunes.apple.com /app/myiphoenapp/id373185673

问题是,我事先不知道链接,因为我还没有将应用程序发送给Apple。

我知道我可以稍后发送二进制文件,那么我可以获得链接吗?

I want to send an App link within the App like this:

http://itunes.apple.com/app/myiphoenapp/id373185673

The problem is, that I do not know the link in advance, because I haven't send the App to Apple yet.

I know that I can send the binary later, do I get the link then?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

情深已缘浅 2024-09-11 20:14:59

更新:只需在生产初期创建您的 iTunesConnect 应用程序条目,这样您从一开始就拥有您的应用程序 ID。您可以设置元数据,稍后添加应用程序二进制文件。

创建 App Store 链接本身就值得谷歌搜索,因为它随着时间的推移、在不同的 iOS 版本上变化很大。


您可以使用远程重定向页面轻松解决这个混乱问题。请参阅我的博客: http://gotoandplay.freeblog.hu/档案/2010/11/03/Tangram_098_-_App_Store_link_to_the_full_versionreviews_before_even_submit_the_application/

UPDATE: Just create your iTunesConnect app entry early in production, so you'll have your App ID right from the beginning. You can setup metadata, add app binaries later on.

Creating App Store links worth a Googling on its own, as it varies a lot over time, accross different iOS versions.


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/

话少心凉 2024-09-11 20:14:59
  1. 转至 https://itunesconnect.apple.com
  2. 如果您尚未创建任何应用程序,请创建它。
  3. 打开它,在第一个屏幕(AppStore -> 应用程序信息 -> 常规)中有一个名为“Apple ID”的字段,其中包含 ID 号。

输入图像描述这里

  1. http://itunes.apple.com/app/idXXXXXXXXX
    并将“XXXXXXXXX”替换为您的“Apple ID”(来自 iTunes 连接 - 创建应用程序后)
  1. Go to https://itunesconnect.apple.com
  2. If you haven't created any app yet, create it.
  3. Open it and in the first screen (AppStore -> App information -> General) there is a field called "Apple ID" with the id number.

enter image description here

  1. http://itunes.apple.com/app/idXXXXXXXXX
    and replace "XXXXXXXXX" with your "Apple ID" (from iTunes connect - after creating the app there)
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文