tags:

views:

34

answers:

2

Is it possible to get accessing all the ring tones. I need to display the name of the ring tones in UIPickerview then user can select and set as ring tone. Any Ideas?

A: 

Apple currently doesn't allow you to play any alerts in the iPhone OS nor can you access the user's ringtones. You would have to provide your own ringtones for your application.

charlie hwang
A: 

The system ringtones are not available in the current iOS SDK. If you want that functionality, you'll need to file an enhancement request for it.

Noah Witherspoon