There are currently 3 options. 2.0, 2.1,2.2. My app only needs 2.0. Do I build for 2.0 or 2.2? What is the best option?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Always best to build for the lowest common denominator your testing allows.
If you can test on 2.0, 2.1 and 2.2 then you will reach the most people that way. If you can only test on one release, you should use the one that covers the most people – probably the latest considering Apple’s agressive upgrade mechinism.
What you should not do (as Hunter implies) is build for one release and assume it will work on others.