Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to play music in app from itunes library?

I need to play songs from iPod library in my ios application. How should I do this? Help me please

like image 674
Tunyk Pavel Avatar asked Feb 25 '23 14:02

Tunyk Pavel


1 Answers

See the iPod Library Access Programming Guide.

iPod library access lets your application play a user’s songs, audio books, and audio podcasts. The API design makes basic playback very simple while also supporting advanced searching and playback control.

like image 50
Noah Witherspoon Avatar answered Mar 08 '23 15:03

Noah Witherspoon