Questions tagged [mpplayablecontentdelegate]

4 questions
2
votes
1 answer

Handling playback events in CarPlay with MPNowPlayingInfoCenter

I am trying to build a sample audio app with CarPlay integration. The app is a test project - no API, no streaming, no complicated UI. Just a short list of song titles with the functionality to select one and play it. My goal is to handle the…
1
vote
1 answer

CarPlay - Show Now Playing screen in iOS 13

My app is already the current "now playing app" on the phone (i.e. all the required info are provided to MPNowPlayingInfoCenter) and it correctly shows in the lock screen, with artist name, track title, artwork image, etc. According to the docs,…
1
vote
1 answer

Carplay: MPPlayableContentDelegate methods never called

After implementing MPPlayableContentDelegate, setting it as the delegate for MPPlayableContentManager, I find that the delegate methods are never called when running on a device or in the iOS simulator. Data from the MPPlayableContentDataSource…
Tad
  • 4,668
  • 34
  • 35
0
votes
1 answer

How to recognize when the user taps on a container? (CarPlay)

I have implemented MPPlayableContentDataSource protocol. It has a method - (void)beginLoadingChildItemsAtIndexPath:(NSIndexPath *)indexPath completionHandler:(void(^)(NSError * __nullable))completionHandler; head unit calls this method each time…
Vit
  • 936
  • 1
  • 10
  • 20