现有应用程序:从iOS 4.2升级到iOS 5.0 [英] Existing App: upgrade from iOS 4.2 to iOS 5.0

查看:141
本文介绍了现有应用程序:从iOS 4.2升级到iOS 5.0的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我使用iOS5在iTunes商店重写了一个应用程序。

I rewrote an app I have on the iTunes store using iOS5.


  • 原始应用程序在iOS 4.2及更高版本上支持armv6和armv7。

  • 新应用程序仅支持iOS5.0及更高版本的armv7(因为仅支持armv7上的iOS5 API)

所以问题就在于此。 iTunes不会让我升级应用程序,因为这意味着一些用户将无法升级。错误消息:

So there's the issue. iTunes won't let me upgrade the app because it would mean some users won't be able to get an upgrade. Error message:


此捆绑包无效。 Info.plist 中的 UIRequiredDeviceCapabilities 可能不包含阻止此应用程序在先前支持的设备上运行的值版本。

This bundle is invalid. UIRequiredDeviceCapabilities in the Info.plist may not contain values that would prevent this application from running on devices that were supported by previous versions.

UIRequiredDeviceCapabilities 中的值是armv7。 armv7是必需的b / c iOS5 api。

The value in UIRequiredDeviceCapabilities is armv7. armv7 is required b/c iOS5 api.

我该怎么办?我是否拉旧应用程序并将其替换为新应用程序?我的客户怎么样?他们将如何升级?有没有解决方法?

What do I do? Do I pull the old app and replace it with the new one? What about my customers? How will they be able to upgrade? Are there any workarounds?

推荐答案

我也在搜索中找到了这个:
https://developer.apple.com/library/ios/#qa/qa1623/_index.html

I also found this in my search: https://developer.apple.com/library/ios/#qa/qa1623/_index.html

我希望他们能解决这个问题。我的意思是,如果他们希望我们使用新功能,我们不能一直支持所有版本,而且每次升级操作系统时我都不会重新发布应用程序。

I wish they would fix this. I mean we can't support all versions all the time if they want us to use new features, and I'm not going to rerelease the app every time they upgrade the OS.

这篇关于现有应用程序:从iOS 4.2升级到iOS 5.0的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆