Vishal
Vishal

Reputation: 8256

set iphone/ipod memory songs as ringtone

Currently I am developing an app in which there is a requirement under which set iPhone/iPod memory song as ringtone in app.initially,I have add the default memory song of iPhone in my app table view with the help of MPMediaPickerController.Now I want to set selected song as ringtone for particular time interval.I have search my best, but did not find any solution.How to solve this?

Upvotes: 0

Views: 635

Answers (1)

Maulik
Maulik

Reputation: 19418

You can not set Ringtone from your application. This feature is not supported in the API.

Upvotes: 4

Related Questions