简体   繁体   English

iOS应用正在同步并安装在ios6中,但未安装在ios 5及更低版本中?

[英]iOS app is syncing and installed in ios6, but not installed in ios 5 & below?

We have developed an iOS application that supports both iOS5 and iOS6. 我们已经开发了同时支持iOS5和iOS6的iOS应用程序。 The problem is that the ipa file is successfully synced and installed in iOS6 but it is not installed in iOS5. 问题在于,ipa文件已成功同步并安装在iOS6中,但未安装在iOS5中。 Please share your suggestion. 请分享您的建议。 Thanks in advance. 提前致谢。

Probably your deployment target is 6.0. 您的部署目标可能是6.0。 That's why it is not installing on iOS 5 devices. 这就是为什么它没有安装在iOS 5设备上的原因。

If you need to install application on device then the deployment target of the application should be less than or equal to the iOS device's OS version. 如果需要在设备上安装应用程序,则应用程序的部署目标应小于或等于iOS设备的OS版本。

Set the deployment target to 5.0. 将部署目标设置为5.0。

Also check whether you added the device's UDID to the provisioning profile (if you are using development certificates) 还要检查是否将设备的UDID添加到了配置文件中(如果使用的是开发证书)

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

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