iphone - Will my app be rejected if it requires ios5? -
in iphone app, used api new in ios 5. since don't have code check ios version , provide fallback old ios versions, app not going run on ios older 5.0.
will app rejected because of this? or can specify app requires ios 5 or later, upon submission app store?
you should specify minimum os version in info.plist. set in xcode, click on project, select 'summary' tab , put 5.0 in 'deployment target' field.
if upload app deployment target of 4.0, , app crash on 4.0 due attempting use unimplemented api grounds rejection.
Comments
Post a Comment