Updating apps to iOS6

后端 未结 2 1282
我在风中等你
我在风中等你 2020-12-30 08:01

Haven\'t been able to find an accurate response to this question on Apple Developer forums.

As with other Apple Developers, I will upgrading our apps to support iOS6

2条回答
  •  旧时难觅i
    2020-12-30 08:24

    Set "Base SDK" to Latest iOS and "iOS Deployment Target" to the older version you plan to support (iOS 5.0 for instance).

    Add conditional code to use feature available in latest iOS without crashing in the old one supported.

    The section "Conditional Coding" in this Apple guide can be helpful. Also check other questions on the subject in SO.

提交回复
热议问题