user169704
user169704

Reputation:

Accessing standard call ringtones in iphone sdk

Is it possible to access (ie. list) and then play standard ringtones through the iPhone SDK? I've had a good search through the SDK but can't find anything obvious.

Note I'm not talking about changing ringtones - just being able to have the user select a standard ringtone and then play it from an application via the audio service.

Upvotes: 0

Views: 1378

Answers (1)

invalidname
invalidname

Reputation: 3185

No, it's totally weird, but the System Sounds API in Core Audio doesn't give you access to the default or user-installed ringtones, nor does anything else.

Upvotes: 1

Related Questions