I'm using the latest 1.7.6 with iOS.
I'm making an application that need to store playlists from the music library.
My problem is that I need to store persistently the selection made by user with the openMusicLibrary function.
Even when I JSON.stringify the result that I get with the success callback function (in order to use it with Ti.APP.Properties), all I can get is a "[object TiMediaItem]" string.... Trying to access the object properties give me nothing more than "null"...
HELP