I would like to know how can i update my device from iOS 4.2 to 4.3 to test with it using XCode 4.5 because that version of XCode doesn’t allow to test in 4.3? if it’s not possible, is there any solution to test on iOS 4.3?
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.
I regret to say that you cannot upgrade your device to an older firmware version like iOS 4.3 for which Apple is not providing signed shsh blobs anymore. Your only chance is to use the simulator.
For future projects, you might think of using a tool like TinyUmbrella to extract the shsh blobs for your device/iOS as long as apple is providing them (right now only for iOS6). You will then store them safely for future use.
Once Apple has ceased to sign a given iOS version, installing that version is conceptually the same as downgrading, so you might find interesting this article.