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
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
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.