1

I would like to play a beep sound, when my alert dialog appears. How do I play the sound when a push notification appears? The code I need is similar to these links:

http://iosdeveloperzone.com/2011/05/23/snippet-playing-a-system-sound/

I cannot find this API anywhere:

AudioServicesPlaySystemSound

poupou
  • 43,413
  • 6
  • 77
  • 174
Joseph Anderson
  • 4,114
  • 4
  • 45
  • 99

1 Answers1

2

In MonoTouch this function is named MonoTouch.AudioToolbox.SystemSound.PlaySystemSound.

Here's an example on how to play a sound from a file.

Community
  • 1
  • 1
poupou
  • 43,413
  • 6
  • 77
  • 174