简体   繁体   English

我是否应该将 iOS 部署目标设置为低于我拥有的设备的 iOS 版本?

[英]Should I set iOS deployment target to lower version than iOS versions of the devices I have?

I have some iOS devices.我有一些 iOS 设备。
But all iOS versions of them are 5.1.1.但它们的所有 iOS 版本都是 5.1.1。
So I can't test my app in iOS 5.0.x.所以我无法在 iOS 5.0.x 中测试我的应用程序。

Should I set the iOS deployment target to 5.0?我应该将 iOS 部署目标设置为 5.0 吗?
Is it safe to assume that apps will run properly in iOS 5.0 if it runs properly in iOS 5.1?如果应用程序在 iOS 5.1 中正常运行,那么假设应用程序将在 iOS 5.0 中正常运行是否安全?

Or should I set it to 5.1.1 which I can test in?或者我应该将它设置为我可以测试的 5.1.1 吗?

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?如果我将它设置为 5.1.1,我的应用程序将如何在 iTunes Store 中显示给使用 iOS 5.0 设备的用户?
The app will not be displayed to them?该应用程序不会显示给他们?

From 5.1 to 5.0 the only important API change is the ability to use Siri to enter text in UITextField and other text containers.从 5.1 到 5.0,唯一重要的 API 变化是能够使用 Siri 在UITextField和其他文本容器中输入文本。

You'll probably be safe setting it to 5.0您可能会安全地将其设置为 5.0

Our stats show that most people on some version of 5 are on 5.1.1.我们的统计数据显示,大多数使用 5 版本的人都使用 5.1.1。 However if you want to test for 5.0, it is possible to download the 5.0 Simulator.但是,如果您想测试 5.0,则可以下载 5.0 Simulator。

Xcode -> Preferences -> Downloads -> Components Tab -> Install 5.0 Simulator Xcode -> Preferences -> Downloads -> Components Tab -> Install 5.0 Simulator

暂无
暂无

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

相关问题 iOS部署目标设置为iOS 4.2。该应用程序是否会在运行早期版本iOS的设备上运行? - iOS deployment target set to iOS 4.2. Will the app run on devices running earlier versions of iOS? 如果我将应用程序部署目标设置为5.1,它将与iOS 7.0以下版本兼容 - If I build my app deployment target set to 5.1 will it be compatible with iOS versions up to 7.0 iOS通用应用程序:最低操作系统版本与部署目标不同 - iOS Universal Application: the Minimum OS Version is Different than the Deployment Target 我降低了iOS部署目标版本以在iPhone中运行该应用程序,但未应用版本更改 - I lowered iOS deployment target version to run the app in an iPhone but the version change is not applied 部署目标是8.0,它将安装在iOS 7设备中吗? - Deployment target is 8.0,Will it get installed in iOS 7 devices? iOS模拟器仅列出最新的iOS版本。 如何设置早期版本 - iOS simulator only list the latest iOS version. How can I set earlier versions 我在 iOS 设备中的列表视图有问题 - i have problem with listview in iOS devices 我应该使用哪个版本的iOS SDK? - Which version of the iOS SDK should I use? 我可以在xcode 4.5上将我的iOS部署目标更改为5.0吗? - can i change my iOS deployment target to 5.0 on xcode 4.5? 在 AppStore 中限制低于 iPhone 5 和 iOS 8 或 7 的 iPhone 设备的应用程序 - Restrict app for iPhone devices lower than iPhone 5 with iOS 8 or 7 in AppStore
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM