Is local Notification feature available in iphone OS below 4.0?In OS below 4.0 how can i send notification from the app even the app is not running.I don’t want to use push notification(notification from any server side).Please guide me.
Thanks.
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, local notifications are only available in 4.0 and higher.
There are various third-party services such as UrbanAirship that greatly simplify the process of working with push notifications for developers. The API they provide is in some ways similar to local notifications in 4.0.
In my app I’m now using local notifications for users on 4.0, and UrbanAirship for people on older OS versions. As more people update to 4.0 I’ll likely drop UrbanAirship, but currently it’s about a 50/50 split.