CarPlay is an iOS-car interface announced by Apple in March, 2014.
Questions tagged [carplay]
166 questions
0
votes
0 answers
Swift and CarPlay audio streaming
General question: Working on an app that streams high-quality audio as well as listens for voice prompts from the user. This is an integral part of the app. The audio quality when using headphones (wired and BlueTooth) is great, but when using in…

TheTwoNotes
- 453
- 3
- 15
0
votes
1 answer
CarPlay: How to close app from CarPlay unit when killing app from background in mobile device like Spotify?
I am working on Audio CarPlay app. Recently I came up with scenario when I connected to the CarPlay and I kill app from mobile device still I can see app active on CarPlay unit. So it there any way to close app from CarPlay unit when user kill app…

Vandan P
- 111
- 3
0
votes
1 answer
How do i integrate audio through live URL in CarPlay Audio App
I want to have audio integration to a carplay application.
I have created a CPListTemplate with CPListItems and on tap of it, i am pushing a Now playing template.
The audio does not seem to play and i cannot interact with the now playing…

Shashant
- 1
- 1
0
votes
1 answer
Why carplay and react native app crashes when click on app icon to open in carplay?
I am using react-native-carplay(^2.0.0) library for my react native app..
I made the setup as this library suggests and I run my App in different iOS simulators (iPhone 11, 12 in iOS versions 14.4, 14.2, 13.0).. I also tried to run the example that…

mike-ligo
- 1
- 2
0
votes
1 answer
[Carplay]: Crash of the main app at viewcontroller presentation while having the carplay app opened at the same time
I just implemented our new Carplay feature @Qobuz but I'm having a weird crash that I can't find an answer at.
Scenario:
Having the carplay app opened and using the application on the phone at the same time, if I ever open a viewcontroller that is…

tYp
- 121
- 9
0
votes
0 answers
MPRemoteCommandCenter watch and if play run command
I am making my Apple CarPlay app, and my list items need to watch and see if the media player is playing or not.
As I need to show the spinning wheel until such time that the media player starts playing.
I know I need to access MPRemoteCommandCenter…

RussellHarrower
- 6,470
- 21
- 102
- 204
0
votes
1 answer
CPTemplate won't load on Carplay
So I followed Apples video on how to make a basic CarPlay app. But I am getting a blank screen instead of a list view.
How can I make a simple list view using the CPTemplate method?
import Foundation
import CarPlay
class CarPlaySceneDelegate:…

RussellHarrower
- 6,470
- 21
- 102
- 204
0
votes
1 answer
Unsupported object CPInformationTemplate
The error I am getting is the following.
Thread 1: "Unsupported object passed to…

RussellHarrower
- 6,470
- 21
- 102
- 204
0
votes
2 answers
Programmatically change selectedTemplate of CPTabBarTemplate
I'm trying to learn more about CarPlay. Specifically using CPTabBarTemplate (a new template as of 2020 and iOS 14).
What I'm looking to do is programmatically change the selectedTemplate, just as if I were updating a selectedTab in a UITabBar.
An…

Xeaza
- 1,410
- 1
- 17
- 21
0
votes
0 answers
How to uiview into a CPtemplate
I'm trying to replace the map on the carplay app of this sample project by a carplay webview.
Here the function that returns the root template, to be show on CarPlay :
The problem, is that the setRootTemplate function needs a CPTemplate, and I…

Igor Magès
- 3
- 1
0
votes
0 answers
MyApp not show in CarPlay
I like create Communication application for CarPlay.
But I have a problem with implementation.
MyApp.entitlements:

Alino
- 153
- 1
- 9
0
votes
0 answers
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 from play to pause and vice versa. Any one have…

Divyesh
- 2,085
- 20
- 35
0
votes
1 answer
CarPlay: Customize "Now playing" screen
In the carplay app is only one page, with a list of radio stations. If you tap one, the "now playing" screen shows up:
In the "Now playing" screen I want to change the button text of the back button (upper left), and the text of the App Name (upper…

Suplanus
- 1,523
- 16
- 30
0
votes
1 answer
Play/Pause Button doesn't appear in Carplay Dashboard
i have a radio app and integrated with carplay. In Carplay Dashboard, i only see the album cover image and stop button. I want to show play/pause and skip buttons in Dashboard. Can you help me if you know anything about this station?
0
votes
1 answer
Adding CarPlay Simulator to my React Native App
I'm trying to add the CarPlay Simulator to my React Native app without success!
I've tried running this line of code in my Terminal, but it made no difference...
defaults write com.apple.iphonesimulator CarPlay -bool YES
If you have any suggestions…

Drostan
- 1,809
- 3
- 16
- 22