简体   繁体   English

用ios sdk 4制作的应用程序是否安装在带有操作系统4.2的设备上?

[英]Does an app that made with ios sdk 4 install on device with os 4.2?

Does an app that made with ios sdk 4 install on device with os 4.2 ? 用ios sdk 4制作的应用程序是否安装在带有操作系统4.2的设备上?

I made an app with ios sdk 4.0.1 but now i want to install it from xcode on ipod touch with os 4.2 but says No provisioned iPhone OS device is connected. 我用ios sdk 4.0.1创建了一个应用程序,但现在我想用x4在ipod touch上用os 4.2安装它,但是说No provisioned iPhone OS device is connected.

Yes. 是。 You can run Applications for previous versions of iOS on a device with iOS 4.2. 您可以在装有iOS 4.2的设备上为iOS的早期版本运行应用程序。

The other way around might not be true: you may not be able to run applications compiled specifically for iOS 4.2 on devices with previous versions of iOS. 另一种方法可能不正确:您可能无法在具有iOS早期版本的设备上运行专门为iOS 4.2编译的应用程序。

Keep in mind that with iOS 4.2 SDK you CAN create applications for devices running lower version of iOS also. 请记住,与iOS 4.2 SDK,您可以创建运行iOS的低版本还设备的应用程序。 It depends on how you configure your project on info.plist and the APIs you use in your application. 这取决于您如何在info.plist上配置项目以及在应用程序中使用的API。

Yes. 是。 There might be few cases of incompatibility, but they are very rare. 可能不兼容的情况很少,但很少见。

Edit: And in most cases, apps build against 4.2 will run on 4.0 just fine, if they use the new stuff wisely. 编辑:在大多数情况下,如果他们明智地使用新的东西,4.2版本的应用程序将在4.0上运行就好了。

In almost all circumstances your app should run. 在几乎所有情况下,您的应用都应运行。 Its very unlikely for it to produce any errors. 它极不可能产生任何错误。

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

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