app store - Can I release an iOS 5 only app? -
i'm wondering if there way deploy ios 5 version of app , not have later versions of ios able run app. i'm aware of the base sdk version , deployment target options configure systems application runs on there way specify app should run on ios 5?
reason: have newer version of app has more features, use more memory, , therefore crashes on ipad 1. older version of app has less features , runs fine. i'd deploy old version ios 5 , ios 6 , above, i'd deploy new version.
is there way without releasing 2 separate apps, confusing user 1 download?
i'm wondering if there way deploy ios 5 version of app , not have later versions of ios able run app
no, can't done. if app has base sdk of 5.0, there no way prevent ios 6 users installing , running app.
is there way without releasing 2 separate apps, confusing user 1 download?
as "matt" stated, yes. create 1 app. set deployment target 5.0 , base sdk "latest". trick need have lots of runtime checks users of ios 5 "older, lower memory" functionality. users of ios 6 should of newer functionality.
your app description (and "what's new" notes) should make clear ios 5 , ios 6 users different functionality.
Comments
Post a Comment