20 questions
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 ...
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 ...
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 ...
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 ...
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 ...
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"(...
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 ...
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(_ ...
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....
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 ...
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 ...
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(...
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 ...
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 ...
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 ...