CarPlay is an iOS-car interface announced by Apple in March, 2014.
Questions tagged [carplay]
166 questions
0
votes
0 answers
About Drawing Maps In CarpPlay
I want to draw directions to a specific location in CarPlay. I realized that there are two different options that can be made regarding this. First of all, drawing a direct route from current location to the desired location. The second is to draw…

ahtctn
- 15
- 5
0
votes
1 answer
Flutter app for IOS watch and Android watch
I have to make one book-reading app that includes a music player. for both mobile and tablet (iPhone and iPad).
client requirements are
control the music player from the smart-watch. so how can I do it?
-> did i need to make separate app for…

amit.flutter
- 883
- 9
- 27
0
votes
1 answer
How to update items of iOS Carplay templates
I'm trying to update old carplay to iOS14 support carplay.
Currently, I implemented most UIs.
Simply, my carplay structure looks like this.
| tab1 | *tab2 | tab3 |
---
| fixed item > |
| additional item 1 > |
| additional item 2 > |
| ... |
When…

WoffOVkee
- 435
- 3
- 16
0
votes
1 answer
CarPlay communication app failed to handover Siri INStartCallIntent to main app
After I added carplay-communication entitlement to our project, the CarPlay call using Siri query is not working anymore, steps as below:
Connect iPhone to CarPlay device.
Query “Hey Siri, Call Megan using {myApp}”
Siri said “Calling Megan…

Ji Liu
- 11
- 1
0
votes
0 answers
CarPlay sample app crashes after starting the XCode CarPlay Simulator
I wanted to take a closer look at the sample project from Apple https://developer.apple.com/documentation/carplay/integrating_carplay_with_your_navigation_app After I run it (Xcode 14 beta), I go to I/O -> External Displays -> CarPlay to show the…

hbr4u7vb2sljksdf2
- 213
- 2
- 15
0
votes
0 answers
Can carplay's CPTemplateApplicationSceneSessionRoleApplication to trigger UIWindowSceneSessionRoleApplication to connect and active
I'm develop an application that support CarPlay. There are one case that the user open app in CarPlay, so the main scene of app in iPhone is not connected and active. Is there any method of trigger main scene to be connected and active and bring to…

ice pan
- 1
0
votes
1 answer
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 initializer Which I don't know what that means or…

Russell Harrower
- 778
- 1
- 6
- 20
0
votes
2 answers
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 in iOS+CarPlay 15.3. This also works on an iOS…

Ramon
- 1,415
- 9
- 18
0
votes
0 answers
Play audio in CarPlay when app is in terminated state
I developed the audio streaming app that supports Apple CarPlay.
It is working proper if iPhone is locked, App is in background or in Active state. But I want to play audio from CarPlay even if App is in terminated state similar to spotify app…

KAR
- 3,303
- 3
- 27
- 50
0
votes
1 answer
CarPlay's setRootTemplate fails to run completion handler or work using async/await
When using CarPlay's setRootTemplate method, I am unable to get either the completion handler or async/await to work properly. I need to perform some actions after the root template is loaded, but neither of these options allow for this.
This method…

Jeff C.
- 2,031
- 2
- 17
- 28
0
votes
0 answers
On iOS15 prewarming issue on app launch using SceneDelegate
We have a react-native project and we added "Scenes" via SceneDelegate (and changes on AppDelegate) in order to implement the CarPlay with "PointOfInterest" template.
We use react-native"0.63.3", Xcode"13.2.1".
When we launch the app after ~30min…

mike-ligo
- 1
- 2
0
votes
1 answer
iOS CarPlay showing "Unable to connect" error
I am developing an iOS app that includes CarPlay usage. I have added the CarPlay entitlements given by apple to my app and when I launch the app it is shown in the CarPlay simulator as well, however when I run it I get the "Unable to connect to app"…

bkokot
- 71
- 6
0
votes
1 answer
How to update CPInformationTemplate when the data is updated
I'm working with CarPlay EV Charging app.
I want to show Charging progress in CPInformationTemplate.
My concern is, whenever the charge status is updated, I want to update the information shown in CPInformationTemplate.
I'm not able to find any…

Krima Shah
- 117
- 1
- 8
0
votes
1 answer
CarPlay parking app crashed when launching from Xcode 12.5.1 CarPlay simulator
I'm new in iOS development. Got task on job to extend our iOS app with CarPlay. I created class 'CarPlaySceneDelegate' as entry point for Car Play. Code is below:
class CarPlaySceneDelegate: UIResponder, CPTemplateApplicationSceneDelegate {
var…

Daniel
- 11
- 2
0
votes
1 answer
CarPlay app using CarPlay framework crashes on iOS 13 or older version
I am developing a CarPlay audio app that works with both iOS 14 and ios 13.
I use Media Player framework for iOS 13 and CarPlay framework for iOS 14 or later following the guide…

toto263
- 81
- 5