I want to use local push notification in iOS 3.0. Is there a way to do this?
How can I use local push notifications in iOS 3.0?
694 Views Asked by Ali At
2
I want to use local push notification in iOS 3.0. Is there a way to do this?
No, local push notifications are an iOS 4 feature. Sorry.
Update: You could implement some of the local push notification features by using remote notifications. You would have to implement a service on a server that mimics the local push notification feature set. Have a look at urbanairship.com, they have services that allow you to schedule notifications for later delivery. This would mimic some of the local push notification features.