简体   繁体   English

iPhone应用程序:点击此按钮以更新到最新版本

[英]iPhone app: tap this button to update to the latest version

I basically need a url to open that will end up at the updates tab of the AppStore app. 我基本上需要打开一个URL,该URL会在AppStore应用程序的“更新”选项卡中结束。 Preferably at the update screen for my app. 最好在我的应用程序的更新屏幕上。 Is such a thing possible? 这样的事情可能吗?

I know you can open the app itself, or even the reviews page for the app. 我知道您可以打开应用程序本身,甚至可以打开该应用程序的评论页面。 But when prompting users to upgrade, the "buy/free" button is actually grayed out and says "installed". 但是,当提示用户进行升级时,“购买/免费”按钮实际上是灰色的,并显示为“已安装”。 Which is pretty unintuitive. 这是很不直观的。 We could just have text that instructs the user what to do, but it would be far better we could go directly the update page for our app. 我们可以只包含指示用户操作的文本,但是最好直接进入应用程序的更新页面。 We can remotely update content in our old app, so it would be easy to have button or link that takes them to the update tab, assuming I knew what the magic url was. 我们可以在旧应用程序中远程更新内容,因此假设我知道魔幻的URL是什么,那么拥有按钮或链接就很容易将它们带到更新选项卡。

There's no such URL. 没有这样的URL。 About all you can do is tell the user to check the App Store for an update and block them from progressing further into your app until they've installed the new version. 您所能做的就是告诉用户检查App Store中的更新,并阻止他们进一步进入您的应用程序,直到他们安装了新版本。

Someone has found a URI that will link to your app's update page: 有人找到了一个可以链接到您应用程序更新页面的URI:

how do you link directly to app store app update page? 您如何直接链接到应用商店应用更新页面?

You'll find the answer in the question. 您将在问题中找到答案。 Frankly, I'd prefer an update URI as well. 坦白说,我也希望更新URI。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM