views:

97

answers:

1

With Appcelerator Titanium is there any method for accessing the user's music library?

With the Apple SDK I can implement the MPMediaPickerController, which allows the user to create a playlist of media items for use in a third party app.

+3  A: 

This is now available in the upcoming 1.4 with the Titanium.Media.openMusicLibrary, Titanium.Media.hideMusicLibrary and Titanium.Media.systemMusicPlayer APIs.

jhaynie
Thank you, sir. I know you guys must be super busy right now. Great work on the new version.
Donald Hughes