I'm working on an app which has a messaging system in it. I want to the user to setup their own ringtone from the ones provided by Apple, or use something in the iPod library.
All of the answers am finding are saying Apple doesn't allow us to access these ringtones, but there are plenty of apps, including Whatsapp, which shows you a list for Apple's ringtones for the user to set a text message tone.
How can I get these ringtones so I can add them to a UITableView
? I understand that they are not available in the simulator, but they are in my iPhone, so I could always test that feature on a device.