I am newbie and now programming an alarm in ios4, and need to get the ringtones programmingly, then, the users set his favorite song for the alarm. However, failed to find such API in ios sdk. Could anyone give me some hints?
Asked
Active
Viewed 2,682 times
2 Answers
5
There is no public API in the iOS SDK that provides read or write access to the ringtones.

Ole Begemann
- 135,006
- 31
- 278
- 256
-
so, do you know the internal API? or is there any workaround solution? Thanks. – Jim Xu Sep 18 '11 at 02:49
-
3No. (this is random text to fulfil the stupid minimum character limit for a comment) – Ole Begemann Sep 18 '11 at 11:05
0
Use AudioServicesPlaySystemSound(xxxx) for using system tones in your Application

Hassan Malik
- 559
- 6
- 20