local notifications iOS 5 [closed]
I have an App that uses local notifications intensively. I need sound and visual alert in the same way like iOS 4.0. There is a way I can programmatically enable the notification working in the same way in iOS 5, without having to ask the user to change Settings> Notifications> MyApp?
As far as I know, there are no differences in implementation of local notifications between iOS 4 and iOS 5. iOS 5 will display them differently, but triggering them is no different.
精彩评论