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

Popular posts from this blog

jasper reports - Fixed header in Excel using JasperReports -

media player - Android: mediaplayer went away with unhandled events -

python - ('The SQL contains 0 parameter markers, but 50 parameters were supplied', 'HY000') or TypeError: 'tuple' object is not callable -