jkapongo
jkapongo
An excellent alternative is Angular's built-in `Meta` and `Title` services from @angular/platform-browser
Seems to have been moved to `@angular/material/core/theming/theming`
I had the same issue with iOS 11.0.2. The issue even occurred with [Spotify users](https://www.reddit.com/r/iphone/comments/71hi3a/ios_11_spotify_controls_not_showing_up_in_control/). One thing you have to do is to reboot your phone and the play something...
@thesayyn it's not a matter of priority. You just have to run the default music player once; and after that, it'll be working properly.
@jsdussanc it works for me with in Ionic. What failure are you encountering?
I found that it depends on how you build the cordova project prior to running it in XCode. For example, when running in non-production mode (i.e. `ionic cordova build ios`)...
@Lahrachtdi, calling `MusicControls.create({...})` returns a promise, so you need to chain that call with `then` and `catch` to handle the fulfilment of the promise and its rejection, respectively.
Did you try to run `pod install` under the `platforms/ios` folder?