I am a test Engineer. I am testing one application.
I am not doing any compatibility testing.
If iOS upgraded to 4.3.2 to 5 what will happen for my app?
Will it work or dev team has to release another build?
Regards,
Chandra
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.
There is not straight answer for your question. It all depends on the app.
If there are any methods used that will not work any more on iOS 5 it could make the app crash.
Just be sure to install the iOS 5 SDk en test the app in simulator to see what happens. There is on minor thing to keep in mind. Apps build with iOS sdk prior to 5 will be allowed to for instance change to look and feel op UI element via the drawRect something that app build with iOS 5 can’t do on iOS 5.
My experience is that the apps running fine on iOS 4.3 will do fine on 5, but compiling apps with the 5.0 SDK could make them break.