Let’s say I want to make an iOS application that is using new notifications on iOS 5 and fallback to old notifications on iOS 4.
Is it possible to release such application on App Store?
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.
Yes, although its not pretty.
You can read about the solution I found (on Google): http://www.marco.org/2010/11/22/supporting-older-versions-of-ios-while-using-new-apis
I’m not sure if this will work with the new push notification APIs, however. I haven’t had a chance to update my app yet.