在 App Store Connect 中哪里可以找到 2019 年 Beta 应用程序的应用程序 url link?

Where to find app url link in App Store Connect for beta app in the year 2019?

让我先说我已获准用于外部 Beta 测试人员。

我寻找这个问题的答案,并不断发现引用 iTunes Connect 并于 2015 年、2016 年、2017 年发布的旧答案。

现在是 2019 年,iTunes Connect 已重命名为 App Store Connect,布局也发生了变化。

当我以前的应用程序处于测试阶段时,要获取 App Store url 我必须转到 iTunes Connect > MyApps(select 我想要的应用程序) > App Information > 在底部有一个 link 表示 View on App Store。单击 link 会将我带到一个空白页面,其中我尚未上线 url 作为我的测试版应用程序的 url。

有一次 iTunes Connect 有一个 More button that brought you there

新的 App Store Connect 布局底部不再有 View on App Store,也没有在任何可见区域列出 More 按钮

我了解App Store url link格式如下,我可以自己手动输入数据:

"https://itunes.apple.com/us/app/MY_APP_NAME/idMy_APP_ID?mt=8" // this is what I previously used that worked fine

"itms-apps://itunes.apple.com/app/[appName]/[appID]" // I never used this, I found a couple of answers that said this is the new format??? I can't the link in App Store Connect to verify if this is true or not

但这容易出现印刷错误。 change/remove/hide View on App Store link 是谁的荒谬想法,我现在必须去 Stack Overflow 获取 link 并手动输入或 c+p 此数据,其中会导致输入不正确的字符吗???

无论如何,我在哪里可以找到 2019 年 和大概 2020 年 App Store Connect 中我的 Beta 应用程序的 link,除非他们无缘无故地再次更改它?

简短回答:只有当应用程序有 至少一个 live version(= Apple 批准的版本)时才会出现。

我不确定他们为什么删除它,您可以在此处向 Apple 提交错误报告:https://feedbackassistant.apple.com/

构造 link 的最简单方法是:

https://apps.apple.com/app/id{{appId}}

应用程序名称是可选的,不同的语言可以不同。店面标识符也是如此。 (https://apps.apple.com/de/app/id529479190 -> German vs. https://apps.apple.com/us/app/id529479190 英文 (U.S.)

更新 iTunes 连接的新设计后,苹果删除了 "View on App Store" 按钮选项以查看您的应用 link。

仅当您的应用获得苹果批准(第一次)时才会显示。之后它将始终对该应用程序可见。

我们的另一个选择,直到 apple 启用该选项:

https://apps.apple.com/app/id{{appId}}

参考:https://help.swiftic.com/hc/en-us/articles/201574352-Add-Your-App-s-Apple-App-Store-URL-to-your-Landing-Page

我就此问题联系了 Apple,这不是答案,而是他们发给我的回复。我会在他们回复我的回复后添加其余部分:

Hello Lance,

Thank you for contacting Apple Developer Program Support. My name is Leo and I was glad to review your case. I understand that . You've come to the right place and I will be glad to help you. So that we can best assist you, what URL are you trying to find? Are you looking for an URL that leads to your app for a customer to find on the App Store? Or, are you looking for an URL that is in your scope as a developer?

Also, please provide the following, if applicable:

• Steps to reproduce the issue • Approximate date and time the error occurred (including the time zone) • Full-window screenshots or video illustrating the issue • Username of each user experiencing the issue • Web browsers that you were able to reproduce the issue in • Web browser version numbers

After we receive the requested information, we will investigate further and let you know when we have an update. If you have any additional questions, please don’t hesitate to contact us here.

https://developer.apple.com/contact/

For your reference, the case number for this correspondence is xxxxxxx88535.

Best regards,

Leo Apple Inc.

我的回复

Hello Leo,

My app is currently in beta, it isn't live in the App Store yet so I have no customers and even if I did they wouldn't be able to download the app in beta via the App Store.

iTunes Connect has been renamed to App Store Connect. I would like to know where did you move the link that was initially under iTunes Connect > MyApps > App Information > and at the bottom there was a link that said View on App Store.

Even while in beta that link gave me the eventual link to my app inside the AppStore once it went live so customers would be able to download it. The url was constructed as: "https://itunes.apple.com/us/app/MY_APP_NAME/idMy_APP_ID?mt=8"

Where can I now find the "View on App Store" link inside App Store Connect?

这是他们的最终回复

Hello Lance,

My name is Austin and I am a Senior Advisor with Apple Developer Program Support. I will be your new point of contact for this case.

I understand you are inquiring about the “View on App Store” option not showing for your app records. As your account does not have any apps on the App Store, this is expected behavior as this would not provide any function until an app is available on the App Store.

Please let me know if you have any further questions and I will be happy to assist you further.

我也在问自己同样的问题,结果我到了这里。

我们的应用程序需要一个 link,如果您不在 iOS 上工作,可以通过浏览器看到它。我们的应用程序设置为 可用性一个国家(克罗地亚)。

https://apps.apple.com/app/id{{appId}} 打开 iTunes 或 AppCenter 应用。

如果您正在通过 App Store Connect,按钮 在 App Store 上查看 生成 link https://apps.apple.com/us/app/id{{appId}} 并且 link 仍会打开 iTunes 或 AppCenter 应用程序,因为该应用程序在美国不可用。

当我切换到我们想要的国家/地区代码时 https://apps.apple.com/hr/app/id{{appId}} link 在浏览器中打开并且一切正常。

我希望这个回答能对某人有所帮助。

其他信息下,在常规 > 应用程序信息部分,点击在 App Store 上查看。如果您的应用程序的主要语言是 English (U.S.).

,它会打开一个包含以下 url 的新选项卡

https://apps.apple.com/us/app/you-app-name/idXXXXXXXX


删除 /us/your-app-name 以创建通用 link。新的 url 将是

https://apps.apple.com/app/idXXXXXXXX 其中 XXXXXXXX 您应用的 ID。