I am developing a iPhone alarm app. I have to display the list of ringtones. How can I obtain these names? And then how use these ringtones for alarm?
Asked
Active
Viewed 1,754 times
0
-
Do you have the ringtones saved some how? Do you want to use the default ringtones? – PengOne Jun 22 '11 at 02:21
-
I think it's fairly clear that the list of the built-in tones is desired, which I can't find from a Google search. – Sophie Alpert Jun 22 '11 at 02:23
1 Answers
2
Apple has set things up so that one cannot use or change the ringtones available programmatically -- see App Store Guidelines . You will need your own files for this.

PengOne
- 48,188
- 17
- 130
- 149
-
Thanks for your answer. It's only way for this.Then where can I get these files? – HAPPY_TIGER Jun 22 '11 at 02:31
-
@HAPPY_TIGER: I do not know if you legally can get the default files. There are many free ringtones available online. Just google around. – PengOne Jun 22 '11 at 02:54