CarPlay is an iOS-car interface announced by Apple in March, 2014.
Questions tagged [carplay]
166 questions
2
votes
1 answer
Android Automotive supporting Android Auto & CarPlay
I'm working on an infotainment system for car's and I've flashed Google's Android Automotive pulled from master branch of AOSP to my hardware. I wanted to know if anybody is working on something similar and has manage to get Android Auto and CarPlay…

jumli
- 88
- 1
- 6
2
votes
0 answers
In CarPlay , How to create tableview with custom cell for audio app?
I want to display a list of items in the car-play audio app and when the specific item is selected then cell color should be changed.

Zalak Parikh
- 450
- 4
- 11
2
votes
2 answers
Why MPPlayableContentManager protocols (MPPlayableContentDataSource and MPPlayableContentDelegate) in iOS 13.2 is not called?
The Carplay audio app was working until iOS v12.4. When I created the below class, I followed the answer on this link and it works perfectly fine. Below is the sample code.
The now playing is working on Carplay but when the app is open on the…

Don Fuentes
- 23
- 6
2
votes
1 answer
Carplay Application not showing on iOS 13 simulator
I have developed application for Automotive CarPlay. App working properly for iOS 11 and 12 Carplay Simulator. I am trying to run application on iOS 13 CarPlay simulator but app not appearing on CarPlay simulator.
I have run below commands…

Ashwini Chougale
- 1,093
- 10
- 26
2
votes
1 answer
How to play videos on CarPlay?
I have a web link to a video, in iOS I can open it with AVFoundation/AVKit frameworks inside AVPlayerViewController/AVPlayer.
But how can I open it in CarPlay?
Text from CarPlay documentation:
You cannot play video media items directly using the…

F. Sviatoslav
- 55
- 1
- 9
2
votes
1 answer
CarPlay with Apple Enterprise Developer Program
I was considering developing an in-house iOS application that supports CarPlay. However the problem is that when I am trying to apply for CarPlay entitlement with this link: https://developer.apple.com/contact/carplay/ on my enterprise account it…

BartoszCichecki
- 2,227
- 4
- 28
- 41
2
votes
1 answer
How to remove cloud icon in list view on CarPlay?
Does anyone know how to remove the little cloud icon from the list view on CarPlay? I included a screenshot of it. These stations only Live Stream and are not downloadable. I also included the code to my Carplay-AppDelegate, CarPlay-Playlist &…

Manuel Duarte
- 165
- 12
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…

Teodora Georgieva
- 35
- 1
- 8
2
votes
1 answer
How can I make the rows for an audio app in CarPlay tappable?
I'm new to CarPlay and understand it's similar to UITableViewController but slightly different and not able to make the rows capable of being tapped to run a function/code. Not much info online on this, no samples. Apple engineer told me they will…

Johnny5
- 33
- 1
- 6
2
votes
1 answer
Relationship between CarPlay and External Accessory and Wireless Accessory Configuration
For my current project I am supposed to develop a IAP2 over USB connectivity to a Head Unit (MFI certified) that is developed by a 3rd party.
The requirement continuously uses the term 'CarPlay connectivity' for that feature. But without being able…

Jakob
- 1,126
- 3
- 16
- 38
2
votes
3 answers
Switch between CarPlay and regular window in iOS simulator
I am testing an app that has some CarPlay functionalities. I activated the CarPlay window in the simulator by changing the default options using
defaults write com.apple.iphonesimulator CarPlay -bool YES
which works perfectly when it comes to…

Phil Gref
- 987
- 8
- 19
1
vote
0 answers
Carplay scenedelegate never called in SwiftUI
I am facing one issue where I have created a car play scene delegate file but it never gets executed.
Here is my code for the app
@main
struct FredScannerProApp: App {
@UIApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
var…

Jitendra Modi
- 2,344
- 12
- 34
1
vote
1 answer
CarPlay setRootTemplate is deprecated
So now I am using
let listTemplate = CPListTemplate(title: "name", sections: sections)
interfaceController?.setRootTemplate(listTemplate, animated: true)
to set the template but Xcode tells me this: 'setRootTemplate(_:animated:)' was…

Nicolas
- 76
- 4
1
vote
0 answers
How can I find the current screen size of my CarPlay screen?
I wonder how to find the current screen size of the CarPlay screen
In iOS we can write UIScreen.main.bound and it will give the current screen size of an iphone. This does not work in CarPlay simulator.
I tried different versions of screen bounds as…
1
vote
0 answers
iOS // CLLocationManager // didFailWithError is triggered with kCLErrorDenied while there are permissions
I have a navigation app that supports CarPlay connection.
When running with CarPlay, some users report that they appear to not have GPS connection.
Looking at the logs I noticed that on app launch we're getting didFailWithError with error code…

hillasm
- 83
- 6