Following this guideline,
I have added
notification.SoundName = UILocalNotification.DefaultSoundName
However when the local notification is received in the AppDelegate, no sound plays.
Checking notification.SoundName property in Immediate Windows displays "Not such method"
How do I get the default sound to play with my local notifications? I can explicitly load an audio file and play but I want to play the system notification sound
Thanks