简体   繁体   English

在Xcode 5.1.1中开发的iPhone应用程序将使用的最低版本

[英]iPhone app developed in Xcode 5.1.1 what minimum version it will work on

I have developed an app on Xcode 5.1.1 with minimum version of iOS set as 7.1. 我在Xcode 5.1.1上开发了一个应用程序,最低版本的iOS设置为7.1。 I am getting ready to submit this app to apple. 我正准备将此应用程序提交给苹果。 But i can only set minimum version up to 6.0. 但我只能将最低版本设置为6.0。 My question is will my app work for someone with iOS verion 4.0 when they download it from app store? 我的问题是,当他们从app商店下载iOS版本4.0时,我的应用程序是否适用?

You just need to set the deployment target on the project, but that will not be your problem. 您只需要在项目上设置部署目标,但这不是您的问题。 You need to develop your app from the beginning using a real device with the minimum target os version installed. 您需要使用安装了最小目标操作系统版本的真实设备从头开始开发您的应用程序。

在此输入图像描述

To target iOS 4.3 you can't use the following: 要定位iOS 4.3,您无法使用以下内容:

Storyboards      (iOS 5)
AutoLayout       (iOS 6)
Collection Views (iOS 6)
...

Apple pegs iOS 7 distribution at 74%, iOS 6 at 22% so 96% of all iOS devices are running iOS 6 or better. 苹果公司将iOS 7的发行量分别定为74%,iOS 6则为22%,因此96%的iOS设备都运行iOS 6或更高版本。 Over 700 million iOS devices have been sold. 已售出超过7亿台iOS设备。 It is really not worth the development effort to target anything less then 6.0 and many would argue to target 7. You need to fully test your app on a device running each os version your target. 实际上不值得开发工作以低于6.0为目标,许多人会争论目标7.您需要在运行每个操作系统版本的设备上完全测试您的应用程序。

我认为iOS版本<= 6.0的设备无法从AppStore下载您的应用程序:)

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

相关问题 xcode iphone中Storyboard的最低版本 - Minimum version for Storyboards in xcode iphone 将iPhone应用程序转换为通用保留模拟器模式-Xcode 5.1.1 - Converting iPhone app to Universal Retaining Emulator Mode - Xcode 5.1.1 App Store提交的最小Xcode / swift版本 - Minimum Xcode/swift version for App Store submission 在测试设备(iOS 10.3.2)中测试应用程序所需的最低Xcode版本是什么? - What is the minimum version of Xcode required to test the app in test device (iOS 10.3.2)? 我可以用于提交到应用商店的最低 Xcode 版本是多少(截至 2015 年 10 月) - What is the minimum version of Xcode I can use for submission to app store (as of 2015 October) iPhone构建失败-XCode 5.1.1 iOS 7 - iPhone Build fails - XCode 5.1.1 iOS 7 Xcode 5.1.1在将应用程序提交到Appstore时无法选择新的预发行版本 - Xcode 5.1.1 not able to select new pre release version while submitting app to appstore 如何为使用Xcode开发的iPhone应用程序制作自定义应用程序内相机? - how can i make a custom, in-app camera for my iphone app developed in xcode? 使用Xcode为本地iOS开发的应用 - App developed in Xcode for native iOS Trello iPhone应用程序是如何开发的? - How is Trello iPhone app developed?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM