- Home /
iOS MediaPlayer get songs in Audio like Android
Hey Guys,
I would like to know if there is a way to get the songs in the iOS library in audioclips so I could save them and make a custom "form" that would fit for both Android and iOS, because, I used the Prime31 plugin and the only way to make it work is by calling the Prime31's native function to show a song picker. In Android, I found out this solution :
var myClip = new WWW("file:///"+"file full name"); audioClip = myClip.GetAudioClip(false, false);
It would be awesome if some one would know a way to make it work the same thing with iOS. I tried to do the same thing with Prime31 plugin, by querying the library and then using the MediaPlayerTrack's assetURL, but it did not work.
Any ideas ?
Thanks a lot.
Comment