简体   繁体   English

为iOS3编译的应用程序是否可以在iOS4 an ioS5上运行?

[英]Will an application compiled for iOS3 run on iOS4 ans ioS5?

Will an application compiled for iOS3 run on iOS4 ans ioS5? 为iOS3编译的应用程序是否可以在iOS4 an ioS5上运行?

if not compatible, what are the changes I have to do in my code to support it? 如果不兼容,为了支持它,我需要对代码进行哪些更改?

In most cases it will work on iOS4 and iOS5. 在大多数情况下,它将在iOS4和iOS5上运行。 If compatibility issues will arise, it will always be unique in each case. 如果出现兼容性问题,则每种情况下它始终是唯一的。 There is no general approach to address the software compatibility issue when it comes to deprecated API's. 对于过时的API,没有通用的方法可以解决软件兼容性问题。

Yes. 是。 All versions of iOS have backwards compatibility as long as feature you used have been discontinued. 只要您使用的功能已停止使用,所有版本的iOS都具有向后兼容性。

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

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM