Skip to main content
59 votes
5 answers
40k views

Is iOS CarPlay API Public? How to Integrate CarPlay?

Is the CarPlay API publicly available? Where can we find a programming guide or the reference to these classes if it is? Or will it integrate seamlessly with other APIs like Audio from ...
Tibor Udvari's user avatar
  • 3,012
4 votes
3 answers
2k views

Lazy Loading Data in iOS Carplay

How to lazy load the items while the user scrolling in Carplay ? I am using beginLoadingChildItems from MPPlayableContentDataSource to load the first set of items but how I can call the next page ...
Pramod's user avatar
  • 1,133
2 votes
1 answer
442 views

How to make NowPlay screen in CarPlay Xamarin.iOS? and How to set nowPlayingIdentifiers property in MPPlayableContentManager?

I have created Audio App in Xamarin.Forms, for playing audio I have used MediaManager plugin. Now I want to make it compatible with CarPlay. CarPlay audio apps are controlled by the ...
Divyesh's user avatar
  • 2,353
0 votes
2 answers
1k views

iOS 15.4 - SwiftUI + CarPlay - State not updating

It seems that with the update of iOS 15.4 (March 14th, 2022) the state updating (SwiftUI) in a CarPlay app has been broken. I have simplified my code to the example below. Please note this was working ...
Ramon's user avatar
  • 1,465
12 votes
2 answers
12k views

How to test an iOS application on the CarPlay simulator

I am trying to develop an iOS application compatible with CarPlay. According to this post Is iOS CarPlay API Public? How to Integrate CarPlay?, I have to be enrolled with Apple’s MFi program, but I ...
F. DePa's user avatar
  • 143
8 votes
2 answers
5k views

Adding a CarPlay UI

I am working on my current iPhone audio app to be supported in CarPlay. I already got approved by Apple and received the development entitlement, and watched the video "Enabling Your App for CarPlay"(...
stspb's user avatar
  • 203
6 votes
2 answers
2k views

How to show the Now Playing Tab in CarPlay?

I'm working on an app that will support CarPlay.It's an audio app. I'm able to show 2 tabs (favourite and recommended) though I just don't know how to show the Now Playing Tab. I just cannot find any ...
miya's user avatar
  • 1,069
3 votes
3 answers
2k views

carplay setRootTemplate crash (Allowed classes: (null))

I'm middle of transition from old carplay to new ios15 carplay. I asked carplay entitlement to apple and have it now. so I put some sample codes and run. the code is func templateApplicationScene(_ ...
WoffOVkee's user avatar
  • 455
2 votes
0 answers
491 views

Why Does CarPlay Crash In Real Car?

I have an audio app and have implemented CarPlay, I've followed this guide to add CarPlay support: https://blog.fethica.com/add-carplay-support-to-swiftradio/# The app uses the com.apple.developer....
Coder Al's user avatar
2 votes
1 answer
2k views

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 ...
Teodora Georgieva's user avatar
2 votes
3 answers
4k views

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 ...
Phil Gref's user avatar
  • 987
1 vote
2 answers
664 views

How to launch app in CarPlay Dashboard after click CPDashboardButton in CPDashboardController

I have navigation app and now I'm developing CarPlay Dashboard. I can't launch InterfaceController after click button in CPDashboard. My button code: let searchButton = CPDashboardButton(...
Michael_Gruszka's user avatar
1 vote
1 answer
2k views

Create a list for CarPlay

So I am currently having to manually add new stations to our CarPlay app. However we have a JSON which our app uses for iPhone and iPad. So I am wondering how do I create a list that uses this ...
Russell Harrower's user avatar
1 vote
1 answer
711 views

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 ...
CanabaltVi's user avatar
1 vote
0 answers
1k views

Out-Of-Band Pairing between iOS device and embedded Linux

I'm implementing OOB Pairing between iOS 10 device (iPhone) and embedded Linux device (3.10 kernel version, 5.35 BlueZ version) via USB (iAP2 protocol, CarPlay). My question is: does BlueZ supports ...
rsht's user avatar
  • 1,582

15 30 50 per page