CarPlay is an iOS-car interface announced by Apple in March, 2014.
Questions tagged [carplay]
166 questions
0
votes
1 answer
While recording in background, audio playback quality loss when using Carplay
Our app uses playAndRecord category with options of interruptSpokenAudioAndMixWithOthers, allowBluetoothA2DP, allowAirPlay & defaultToSpeaker, and while backgrounded, Spotify or other music apps play normally when the iPhone is not connected to…

hyouuu
- 2,471
- 2
- 27
- 37
0
votes
0 answers
CarPlay List with ProgressBar
In my CarPlay App I want to show a list of parking garages and its usage.
Currently I am doing this by showing the name in the title and the usage in the detailsText.
BUT what I want to have is a Name and a ProgressBar to visualize the usage.
Thanks…

Nicolas
- 76
- 4
0
votes
2 answers
iOS SwiftUI CarPlay "Hello World"
I have a full SwiftUI project/app (In the AppStore) that I would like to add some CarPlay functionality.
I have the entitlement correctly setup and am able to see the icon on the CarPlay simulator.
I have tried various info.plist configurations with…

jat
- 183
- 3
- 14
0
votes
0 answers
CarPlay EV charging app - continuous location update
I'm developing a CarPlay EV Charging app and would like the view to update to the user's current location as she is driving along. In its standard setting, the view (CPPointOfInterestTemplate) can only be updated by tapping the location arrow…

Beat Rupp
- 319
- 3
- 12
0
votes
1 answer
XCode CarPlay simulator change resolution
According to Apple docs
https://developer.apple.com/documentation/carplay/using_the_carplay_simulator?language=objc
this should enable some additional options for the CarPlay simulator
defaults write com.apple.iphonesimulator CarPlayExtraOptions…

Peter Lapisu
- 19,915
- 16
- 123
- 179
0
votes
1 answer
How to create a text only info screen in Car Play?
I would like to create a text only screen guiding users to configure the app on iPhone first, similar to "Unlock your iPhone to start CarPlay".
Other apps show (and I don't have screenshots) some info like "When it is safe, use your phone to set up…

Fernando M. Pinheiro
- 610
- 1
- 10
- 21
0
votes
1 answer
How to show Siri UI while siri reading the messages?
I have to implement notifications functionality in CarPlay by using siriKit. I able to show the notifications in carplay. when I click on the notification, siri reading it by default. my problem is that, I want to show the siri UI as below while…

suneel simhadri
- 32
- 5
0
votes
0 answers
Carplay automatically launch previously used app and play sound
I have an app that plays sounds, and whenever my phone connect to carplay, it automatically start playing sounds in my app. Is there a way to disable this from being launch automatically?

Jaythaking
- 2,200
- 4
- 25
- 67
0
votes
1 answer
CPNowPlayingTemplate how to get current track?
I want to display the track info in a nowPlayingTemplate, how can i send it the info or configure it?
This is my code:
itemLista = CPListItem(text: podcast.name, detailText: podcast.date)
itemLista.handler = { [weak self] item, completion in
…
user20459409
0
votes
0 answers
CarPlay: make a settings screen with toggle rows
I am trying to make a settings screen with rows that have a toggle inside, like the one in the picture.
I have been trying with CPListTemplate and CPListItem, but I don't manage to show any toggle inside the item.
Have anyone managed to do it?

Javier
- 291
- 2
- 10
0
votes
1 answer
CarPlay: mpContentItem artwork not shown
I've build a radio-app with CarPlay enabled. It worked great but somehow the artwork of a mpContentItem is not shown anymore. Please help me out here ;)
I read that there are maximum sizes for the images.
But still I'm not able to get the images…

Patrick Koning
- 130
- 13
0
votes
0 answers
Carplay: UI is overlapping with left sidebar
I am currently working on arplay UI. But when run the Carplay, UI is overlapping with left side bar. I have attached the screen shot as well.
UIWindowScene windowScene = new UIWindowScene(session, connectionOptions);
var…

Anu
- 41
- 3
0
votes
0 answers
Play mp3 Audio file in Carplay app with no Audio Entitlements
I'm developing a CarPlay fueling app having a section called media where I can select items corresponding to mp3 files located in our backend. These files are audio news about fuel prices. This app has only the fueling entitlement and my question…
0
votes
0 answers
Announce notification using SiriKit and SwiftUI in CarPlay app
My goal is to make Siri to announce notification in carplay, necessary Siri setup are done also added intent Handler. but can't figure it out how can I make Siri to announce text( may be "Hello world"), or read notification as soon as I got from my…

Nagaraj H
- 1
- 2
0
votes
0 answers
How CarPlay Entitlement Works In Enterprise Apps?
I am developing CarPlay addition on our app. Which is distributed with the Enterprise In distribution method, so we do not have a product in the App Store. I am wondering if CarPlay support can be provided in applications distributed with the…

ahtctn
- 15
- 5