IOS 5 has some new built-in APIs to make it really easy to read and write JSON. If i’m building an app using these APIs, will it work on the devices with lower versions of IOS??
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.
No, since it is not available. iOS 5 only classes and methods will only work iOS 5 and higher.
In the documentation of
NSJSONSerializationit states that it is Availability as “Available in iOS 5.0 and later.”You could always check if a class is available like: