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.
Asked
Active
Viewed 2,910 times
0
-
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 Answers
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!