What is the lowest iOS version developers can create an app for?

六月ゝ 毕业季﹏ 提交于 2020-01-11 07:40:28

问题


Is it still possible to create an app for iOS 4.2.1 (or lower)???

The reason for this question is that Whatsapp is not available anymore for iOS < 4.3. This is what Whatsapp sais about this:

The latest version of WhatsApp for iPhone requires iOS 4.3 or later. Regretfully, Apple does not allow new app updates to be compatible with both iOS 6 and older versions of iOS, effectively ending support for iPhone 3G and the original iPhone. Because of Apple's policy change to new App Store submissions, there is nothing we can do at this time for users with older versions of iOS.


回答1:


(A more complete question and answers)

iOS Support Matrix v2.4

This version is updated and includes iOS 7.

Link: http://www.iossupportmatrix.com




回答2:


With the Xcode version 4.5.x or later, you can not create the application for devices having iOS 4.3.

However iPhone starts with iOS 2. So with lower versions of Xcode and iOS SDK, you can build the applications for those versions as well. But its important when you want to support the iPhone5 with big screen.

With lower versions of iOS SDK, you can create the application which can support devices having iOS 4.* onwards. But with those applications, you can not take advantage of big screen of iPhone5.




回答3:


According to the insert, only updates are excluded. Which means it is still possible to create apps for iOS 4.2.1 or lower. I just submitted an app about two weeks ago which was created using Xcode 4.5.1 and uses an sdk lower than 4.2.1 hassle-free.



来源:https://stackoverflow.com/questions/14069384/what-is-the-lowest-ios-version-developers-can-create-an-app-for

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!