简体   繁体   English

如何设置iPhone所需的最低操作系统

[英]how to set minimum os required in iphone

I have to check whether my app is compatible with iOS 4.0 or not. 我必须检查我的应用程序是否与iOS 4.0兼容。

I have tried looking out for certain forums but all I can see is to change the iOS deployment target. 我曾尝试寻找某些论坛,但我所能看到的只是更改iOS部署目标。 I have done doing so also but still my app is running fine. 我也这样做了,但我的应用程序仍然运行良好。 I have changed my deployment target to 3.0 but still it works fine. 我已将部署目标更改为3.0,但仍然可以正常工作。 Since I have used Gesture recognition which was introduced later. 由于我使用了稍后介绍的手势识别。 It must crash my app (but still it is working fine). 它必须使我的应用程序崩溃(但仍然可以正常工作)。

So I want to know Is there any other way out to check my compatability. 所以我想知道是否还有其他方法可以检查我的兼容性。

Or is it the problem because I am running it on Simulator rather than on device(my device has iOS version 4.2).

Any comments or answers are really appreciated. 任何意见或答案都非常感谢。

If you have an iPhone that is certified for distribution you can just run it on your device and test your firmware versions from there. 如果您拥有经认证可分发的iPhone,则可以在设备上运行它并从那里测试固件版本。 Hope that helps... 希望有帮助...

是的,这就是您的应用程序不通过ios版本4.2的模拟器运行而导致崩溃的原因。因为现在您的ios版本在模拟器上进行了更新,因此您可以通过它测试手势识别。您是正确的。

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

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