What is the best way to allow the user to access their music library and play their own music within an app?
Does it call the library and when the user is done it dismissing the window and returns to the running app or how can this be achieved?
What is the best way to allow the user to access their music library and play their own music within an app?
Does it call the library and when the user is done it dismissing the window and returns to the running app or how can this be achieved?
You can only access the music library using the MediaPlayer framework. Check out the iPod Library Access Programming Guide and the related Apple sample code project, AddMusic.