Testing iOS 6 apps on device running iOS7

前端 未结 9 1399
执念已碎
执念已碎 2020-12-30 09:37

I have an iPhone 4s. I receive iOS 7 update in my phone. So the question is: can I run iOS 6 apps from Xcode on my iOS 7 device?

NOTE: I haven\'t go

9条回答
  •  不思量自难忘°
    2020-12-30 10:19

    Yes, you can run iOS6 Apps from Xcode in your iOS7 device.

    They will run in a compatibility mode which is suppose to be like running the app in a iOS6 device but in reality some stuff may not work as expected. I have experienced problems with rotations, UIAlerViews and other components from the SDK.

提交回复
热议问题