I want to use local push notification in iOS 3.0. Is there a way to do this?
Asked
Active
Viewed 680 times
0
2 Answers
4
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.

Bringo
- 610
- 6
- 15
-
Then how can i implement this feature for io3.0 .Should i use remote ? – Ali Jan 12 '11 at 05:34
-
1@Ali yes you should use remote notifications – Madhup Singh Yadav Jan 12 '11 at 06:02
-
provide some matterial for remote notifications plz – Ali Jan 12 '11 at 06:22
0
Push notification are your only option.
They requires a network connection, a server of your own and are way more complicated to implement then local notification but are the only way to go in iOS 3.

KingofBliss
- 15,055
- 6
- 50
- 72