Is it possible to play system beep alert sound.I do not want to add the sound file to my resource bundle and i want to access the apple system sounds and play it wherever needed.
Try this
AudioServicesPlaySystemSound(1103);
to vibrate
AudioServicesPlaySystemSound(kSystemSoundID_Vibrate);
For list of sounds
http://iphonedevwiki.net/index.php/AudioServices
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With