Hi I am using UILocalNotification in my application.
It works fine in simulator.
It gives alert and sound as well.
But when I tried installing this app on device, it shows the alert when notification comes but sound is not getting played.
Please Help.
If you are using
UILocalNotificationDefaultSoundName, I am quite sure it is an iOS bug. I have tested and found that the sound does not play on iOS 4.3 but works on 4.3.1 and later.