I’ve noticed some games in the app store that allow the user to choose background music from their music library (iTunes). As a developer how can I add this functionality to my game?
(Just a link to a tutorial would be great… I’ve tried searching about 10 times and no luck)
I believe that you are looking for the iPod Library Access Programming Guide, which describes the new features in iPhone OS 3.0 for playing music, video, and even audio books from the user’s iPod library on their device. Take note of their one caution in that guide:
Apple’s AddMusic sample application shows how this works.