homerours / cordova-music-controls-plugin

A Cordova plugin displaying music controls in notifications (cordova-plugin-music-controls)
MIT License
155 stars 191 forks source link

Depricated iOS APIs #68

Open DahliaWitt opened 7 years ago

DahliaWitt commented 7 years ago

As of iOS 11, using init will no longer work to initialize a MPMediaItemArtwork, breaking this plugin on iOS 11. I think the new way of doing it is with a closure (block?): https://developer.apple.com/documentation/mediaplayer/mpmediaitemartwork

fdambrosio commented 6 years ago

In my case this plugin does not works on iOS11