0

I have an application. In that, I have to list of music file and "Set as ringtone" option there. I don't know how to set music file as call tone or message tone.

Cœur
  • 37,241
  • 25
  • 195
  • 267
Nicks
  • 25
  • 2
  • 6
  • possible duplicate of [Set ringtone in iPhone SDK](http://stackoverflow.com/questions/829369/set-ringtone-in-iphone-sdk) –  Feb 19 '14 at 10:32

2 Answers2

5

Apps cannot set ringtone/message tone programmatically. That's not allowed by iOS. You might be able to save audio files so that user can access them and set them as ringtones himself.

How to add a ringtone from an application to ringtones of iphone?

Hope that helps!

Community
  • 1
  • 1
Amar
  • 13,202
  • 7
  • 53
  • 71
1

iOS SDK does not allow you to set the ringtone or message tone.

rckoenes
  • 69,092
  • 8
  • 134
  • 166