方式,在应用程序商店内强制升级 iPhone 应用程序?
当发布多个版本的 iPhone 应用程序时,会遇到问题:
- 您正在运行非常旧的应用程序(仍然需要通过服务器 API 支持它们)
- 您必须忍受某个应用程序的错误,一旦发布,阻止程序错误就无法修复
有没有办法将 iPhone 应用程序标记为不受支持或强制执行在线更新,即启动时会显示升级按钮?
到目前为止,我总是读到你不能强制升级 iPhone 应用程序。这是正确的吗?有人可以给我官方参考/链接吗?我简直不敢相信,一旦你发布了 iPhone 应用程序,这就是永恒的? “不受支持”的标记将是一个非常有用的应用商店功能......
When releasing multiple versions of an iphone-app, there are problems:
- you are running very old apps (still need to support them through server-api)
- you have to live with bugs of a certain app, once released blocker-bugs are not fixable
Is there a way to mark an iphone-app as unsupported or enforce an online-update, i.e. when it starts up it will show an upgrade button?
So far I always read that you cannot enforce an upgrade of an iphone-app. Is this correct, can somebody give me official reference/link for that? I just cannot believe that once you released an iphone-app this is for eternity? An "unsupported" marker would be a very helpful app-store feature...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您无法强制执行应用程序升级,但您可以在应用程序中添加一个机制来显示一条消息,指出该版本与 server-api 不兼容。当然,它应该在第一个应用程序版本上提供......
You can not enforce app upgrade, but you can add a mecanism in your app to display a message to say that the version is not compatible with server-api. Of course it should be provide on the first app version...