ios6 - I have an iOS 6 App I've been building not yet in the app store but I'd like it to be separate from the iOS 7 app? -


i read article/saw few posts app store backwards compatibility unfortunately app not yet in app store. company new ios7 go along new styles doesn't want time spent on autolayout/tweaking ios6. there way (without having 2 separate projects/apps) can upload build ios6 (and no longer work on project - i.e. it's legacy) , submit ios7 version users not yet on 7 see alert box letting them know have use 7 or can use older compatible version?

thanks in advance!

the new feature apple doesn't allow release app old versions, allows users (re)download old versions if current version doesn't support os. so, it's dead end solution because can't make updates old version. need consider effect has in terms of webservices app uses , things - can turned off if users still using old version of app intended stop supporting.

you release 1 version 6 , goes live release 7 version, continue on 7 alone. it's better either explicitly start 7 alone or build app support both 6 & 7.


Comments

Popular posts from this blog

c# - How Configure Devart dotConnect for SQLite Code First? -

java - Copying object fields -

c++ - Clear the memory after returning a vector in a function -