Play native music in IOS

How to play native song in the Ionic application
I am creating a music player which can play the song available in device but i’m not able to find proper plug in for the same with both platform support

Some of the plug in i tried is
https://github.com/arielfaur/ionic-audio
this can’t play the music from MPMediaItem , working in Android

other one is
https://github.com/milworm/cordova-plugin-audio-library

which can retrive and play in iOS but it can’t play Android songs

So any one knows good plug in or way which supports both platform with the same code

Thanks, I have already checked that link but i want to play song already available in iOS device music library not from the document directory or from the local app directory.
this example works for predefined songs placed inside the www folder not from music library in iOS device