I have a question: If I created an app with ARC, what’s the last version IOS compatible for my app? If I upload my app in AppStore, everyone can use my app? or only people with a device with a specific ios version?
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.
ARC is supported on iOS 4.0 with one caveat: automatic nulling of weak references is only supported on iOS 5.0 and above.