Can I delete songs of iTunes over my app?

74 views Asked by At

I use MPMediaQuery class to query iTunes's songs, and then display them in my APP. But now, I received a new needs, that's delete songs. I find the MediaPlayer framework, there is no way to delete songs.

How could I do?

Thank you

1

There are 1 answers

1
AudioBubble On BEST ANSWER

No, you cannot. As the name suggests, the Media Player framework can only browse, select, and play media — it cannot modify the user's media collection, or the objects it contains.