简体   繁体   中英

App store upload and setting deployment target in iphone

i have built my app using xcode 4, & its working fine on ios 3.1.3 device if i set my deployment target to 3.1.3 , it is working fine ios 4 and if i set the deployment target to 4 ,my doubt is while uploading to app store what deployment target should i set?????

thanks in advance

Hi the answer is YES and NO.

YES-Because it will run on iOS 3.1.3 for the APIs and methods supported till 3.1.3

NO -Because it will not support the APIs introduced in iOS versions > 3.1.3

Example-If you integrate SMS functionality as it was introduced in iOS 4.0

Hope this clarifies your doubts.

Cheers

Aditya

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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