开发者

Building iPhone application with iOS 3.2 SDK

开发者 https://www.devze.com 2023-03-17 14:22 出处:网络
I am about to send my iPhone application to Apple. I have tested the application on the simulator with iOS 3.2 and I haven\'t got it to crash because of using methods from a later SDK. Since the targe

I am about to send my iPhone application to Apple. I have tested the application on the simulator with iOS 3.2 and I haven't got it to crash because of using methods from a later SDK. Since the target of my application will be 3.2 and upwards I wonder if it is possible to build the application开发者_运维问答 in XCode with the 3.2 SDK, or do something else that reports if I use methods not available in that SDK version?


Well Apple does want you to check if your app is compatible with iOS 4.0. This used to be asked by the application loader.

But you can just build your app with the 4.* SDK as long as the iOS Deployment target is set to the minimum version that you will support.

0

精彩评论

暂无评论...
验证码 换一张
取 消