创建一个弹出窗口“此应用程序的新版本可用”

发布于 2024-09-15 14:23:10 字数 113 浏览 2 评论 0原文

我想在我的 iPhone 应用程序中显示一个弹出窗口,当应用程序商店中有新版本可用时提醒用户,并直接链接到该应用程序的 iTunes 页面。

你知道我该如何实现吗?

感谢您的帮助。

I would like to display a popup in my iPhone app that alert users when a new version is available in the appstore with a direct link to the iTunes page of the app.

Do you know how can I implement that?

Thank you for your help.

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

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

发布评论

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

评论(2

沩ん囻菔务 2024-09-22 14:23:10

将应用程序中的版本存储在文件或其他内容中。然后,将最新版本号存储在服务器上的某个位置。当应用程序启动时,查看它们是否匹配。

Store the version in the app in a file or something. Then, store the latest version number on a server somewhere. When the app launches, see if they match.

飘落散花 2024-09-22 14:23:10

您可以查看 https://github.com/nicklockwood/iVersion 了解如何向 appStore 询问哪个版本在商店上。

you can checkout https://github.com/nicklockwood/iVersion for how to ask the appStore which version is on the store.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文