Is it possible to use the existing Apple system sounds in my own app? I would like to write a sample app in Swift that does the following steps:
- Read/Get a list of all available systemSounds on the device (I think they are located in
/System/Library/Audio/UISounds/
) - show the list on the screen
- if I touch a list item, play these sound
So its basically the same, like when you choose a new ringtone on your iPhone.
I think some apps are using this sounds, or have they copied/bought it?