2

I have some iOS devices.
But all iOS versions of them are 5.1.1.
So I can't test my app in iOS 5.0.x.

Should I set the iOS deployment target to 5.0?
Is it safe to assume that apps will run properly in iOS 5.0 if it runs properly in iOS 5.1?

Or should I set it to 5.1.1 which I can test in?

And if I set it to 5.1.1, how will my app be displayed in iTunes Store to people whose devices are iOS 5.0?
The app will not be displayed to them?

4

2 回答 2

1

我们的统计数据显示,使用 5 某些版本的大多数人都使用 5.1.1。但是,如果您想测试 5.0,可以下载 5.0 模拟器。

Xcode -> 首选项 -> 下载 -> 组件选项卡 -> 安装 5.0 模拟器

于 2012-11-17T16:39:56.003 回答
1

从 5.1 到 5.0,唯一重要的 API 变化是能够使用 Siri 在UITextField和其他文本容器中输入文本。

您可能会安全地将其设置为 5.0

于 2012-11-17T14:41:14.090 回答