Skip to main content

All Questions

Tagged with
0 votes
0 answers
70 views

ios carplay implementation without using scene lifecycle

I'm trying to imeplement CarPlay into a legacy Cordova app that uses AppDelegate inernally. I can't seem to be able doing it as the CarPlay API seems to require UIApplicationSceneManifest while the ...
Bruno Laurinec's user avatar
0 votes
0 answers
80 views

How to add audio URLs to carplay CPNowPlaying Template to play the audio and it controls

// Set the handler for image-specific actions item.listImageRowHandler = { _, imageIndex, completion in print("Tapped image at index \(imageIndex) for category:...
Bharat Tarak Jaan's user avatar
1 vote
1 answer
305 views

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 ...
Nicolas's user avatar
  • 106
0 votes
1 answer
602 views

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 ...
Peter Lapisu's user avatar
  • 20.9k
0 votes
1 answer
281 views

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 ...
Patrick Koning's user avatar
0 votes
0 answers
181 views

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 ...
ahtctn's user avatar
  • 33
0 votes
1 answer
972 views

CarPlay remote Image to UIImage

I am trying to get remote images to show for Apple CarPlay. I know I need to make an extension as it does not work by default. I have tried to add the following and I get No exact matches in call to ...
Russell Harrower'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
-2 votes
2 answers
711 views

Carplay Resume Music

I am creating a CarPlay music app, everything works fine except when I get a call in between my music is playing. Carplay pauses music in between but when I end phone call its not resuming back. ...
Sagar Thukral's user avatar
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
1 answer
2k views

iOS 15 UIWindowScene not working properly

I wanted to create an app for CarPlay, unfortunately the lack of tutorials gives me a hard time to even create an app without any functionality. The problem occurring when I want to start the ...
Donat Treszler's user avatar
0 votes
1 answer
294 views

Why carplay and react native app crashes when click on app icon to open in carplay?

I am using react-native-carplay(^2.0.0) library for my react native app.. I made the setup as this library suggests and I run my App in different iOS simulators (iPhone 11, 12 in iOS versions 14.4, 14....
mike-ligo's user avatar
5 votes
1 answer
638 views

FrontBoardServices - [FBSSceneParameters initWithSpecification:]: Crash using CarPlay

In an app which support CarPlay (pre iOS 14, using MPPlayableContentManager and MPNowPlayingInfoCenter) I'm getting crash when I touch the app on the head unit. Based on the searches I made similar ...
Károly Horváth-Dori's user avatar
0 votes
0 answers
289 views

MPRemoteCommandCenter watch and if play run command

I am making my Apple CarPlay app, and my list items need to watch and see if the media player is playing or not. As I need to show the spinning wheel until such time that the media player starts ...
RussellHarrower's user avatar
0 votes
1 answer
553 views

CPTemplate won't load on Carplay

So I followed Apples video on how to make a basic CarPlay app. But I am getting a blank screen instead of a list view. How can I make a simple list view using the CPTemplate method? import Foundation ...
RussellHarrower's user avatar

15 30 50 per page