CarPlay is an iOS-car interface announced by Apple in March, 2014.
Questions tagged [carplay]
166 questions
1
vote
1 answer
Can not show album artwork on Carplay music
I'm building an iOS Music app that can integrate with Apple Carplay, i can play music on Carplay normally and can display some information of song such as title, album, artist name. However can not display album artwork.
This is bulk code for…

Le Minh
- 135
- 1
- 1
- 12
1
vote
1 answer
CarPlay parking app crashed when launching from Xcode 12 CarPlay simulator
We are extending our Xamarin.iOS app (by Xamarin.Forms) for CarPlay. When open the CarPlay simulator, the app is showing on the screen of CarPlay, but crashed when launching from CarPlay simulator.
Below is the Info.plist Scene configuration:
…

Kevin Hu
- 80
- 1
- 11
1
vote
1 answer
Apple CarPlay entitlements missing
I need your help. Apple has been accepted my request for Apple CarPlay development.
1. I inserted line com.apple.developer.playable-content into my file.entitlements:
To my provision profile i added entitlement Apple CarPlay
But when i tried to…

Genevios
- 1,115
- 1
- 16
- 29
1
vote
1 answer
CarPlay - In dark mode Apple Maps displayed in light mode
Using iOS 13.3.1 ... noticed that in dark mode, Apple Maps are always displayed in bright light mode. I read in external forums that Apple Maps are connected with headlights. But I haven't seen any documentation about it. Is this true ? Is there any…

CNK2343
- 169
- 2
- 3
- 11
1
vote
0 answers
Can car manufacturers exclude specific apps from CarPlay?
I read they have some influence at aspects of the CarPlay integration, but can they exclude/hide specific apps they don't want to get used?

Joel
- 396
- 1
- 15
1
vote
1 answer
Application not install on real CarPlay device
I add CarPlay integration to my music application.
When I testing my application/CarPlay on simulator all work is fine, but on real device nothing to show. Application Icon not show. Can anybody help me to fix it problem or give me idea how to fix…

CanabaltVi
- 339
- 3
- 5
1
vote
1 answer
Apple Carplay - how to create a playable container?
According to the Apple docs for MPContentItem.playable:
When set to YES, the designated content item is able to be played.
Containers and individual content items can set this property to YES.
For example, a playlist with multiple songs in it.…

mike nelson
- 21,218
- 14
- 66
- 75
1
vote
2 answers
CarPlay entitlement request: How long does it usually take for Apple to respons to a request?
Through https://developer.apple.com/contact/carplay/ I requested the CarPlay entitlement for my app (a motorcycle navigation app). I did this twice. Once about a year ago, and now a second time about 10 days ago. No response so far.
If it matters:…

guido
- 2,792
- 1
- 21
- 40
1
vote
0 answers
iOS Connecting carplay to SDA wireless
I am able to connect iPhone to SDA with USB and carplay is working fine.
But I am not able to connect iPhone to SDA carplay wirelessly.
Steps followed:
Enable bluetooth of SDA from settings
iPhone Settings -> General -> Carplay -> Get popup asking…

user1682759
- 99
- 10
1
vote
1 answer
How can I do the configuration between React Native 0.60.0 and react-native-carplay?
How can I do the configuration between React Native 0.60.0 and react-native-carplay?
I'm following example from https://www.npmjs.com/package/react-native-carplay but I'm receiving error on Xcode. I think that is fault of the changes of new…

Philipe Tec
- 11
- 2
1
vote
1 answer
how can I know if I am connected to carplay on chevrolet car
I am using the following method to receive notification from system when connected to Ford car's carplay:
NotificationCenter.default.addObserver(forName: NSNotification.Name.EAAccessoryDidConnect
Add info.plist key
Supported external accessory…

Liu Chao
- 11
- 2
1
vote
0 answers
Can I use Apple Car Play to get me the car VIN Number
I'm in the discovery stages of an extension to my application. I'm looking to enable my app to work with Apple CarPlay. I'm looking to see if a user plugs in their phone, can I get a VIN Number from the car?

Brett
- 11
- 2
1
vote
0 answers
CarPlay-connected CLLocation speed is higher than without CarPlay connection on some car models
The speed property of CLLocation that gets returned in the CLLocationManager's didUpdateLocations method seems to be higher on some car models when CarPlay gets connected.
This doesn't seem related to CarPlay Navigation support in the app, as a…

Thermometer
- 2,567
- 3
- 20
- 41
1
vote
1 answer
textfield is not taking any input in IOS carplay
I have a screen where there is only a textfield. When I run the app the textfield is not taking any input, it is not showing any cursor or the keyboard is also not showing.

srb1991
- 1,026
- 1
- 8
- 14
1
vote
1 answer
CarPlay MPContentItem
I’m working on CarPlay for audio app.
this is my code
if tabIndex == 0
{
let item = MPContentItem(identifier: "Tab \(tabIndex) Item")
item.title = Myarray[indexPath.row].name
…

Eko
- 39
- 1
- 4