All Questions
Tagged with carplay mpremotecommandcenter
5 questions
0
votes
0
answers
14
views
CPNowPlayingTemplate does not update CPNowPlayingShuffleButton state after changing shuffle mode
I am integrating CarPlay functionality in my existing iOS Music App. I have added Shuffle button in CPNowPlayingTemplate. CarPlay simulator is showing this button but it is not updating its state when ...
1
vote
1
answer
1k
views
Testing CarPlay Audio using the simulator
I have developed an iOS radio audio app using Swift / UIKit and everything works well.
I want to integrate wit CarPlay and got the required entitlements.
I believe I have set everything up right for ...
1
vote
1
answer
1k
views
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, ...
2
votes
1
answer
917
views
The play/pause button does not update when play song
I'm building an music app that can integrate with CarPlay, everything is all right... I can display artist name, title, album name and some button controller on music player. However, there is an ...
0
votes
0
answers
292
views
MPRemoteCommandCenter play/pause command not updating properly
I have set play/pause button enabled and also added target event to each but when ever I click button in simulator it always calls play button's target event and button's image not properly updating ...