How can I access default iOS sound (Tri-tone, Chime, Glass, Horn, Bell, Electronic...) to set it as local notification sound?
I've created local notification, everything works but with default sound (which is Tri-tone). I want to use Chime or another
I only know how to use my own sound files:
localNotif.soundName = @"sound.wav";