I am developing an iphone application which includes and process apple push notification for the custom sound file. When I set notification sound off from the general settings, notification sound is off as i expect, when app is not in running state. But when the app is in running state then i need to handle sound play or stop manually. So how can i fetch the notification sound related settings, whether it seted on or off?
I am able to fetch following settings in didReceiveRemoteNotification
method
alert = New UFO Information received, badge = 1, sound = Alarm1.wav
If anybody have any idea about to fetch general settings like alert sound is on or off please help.
Thanks in advance.
1 Answer