All Questions
88 questions
-1
votes
0
answers
19
views
Question: Determining Layout Direction for CarPlay (iOS 16)
I’m working with CarPlay on iOS 16 and trying to determine the layout direction (left-to-right or right-to-left). However, I’m encountering some issues:
interfaceController.carTraitCollection....
-1
votes
1
answer
61
views
Issues in flutter carplay [closed]
I am using Flutter CarPlay and experiencing the following issues:
When opening CarPlay without first opening the app on mobile, a blank screen appears.
After killing the app on mobile, CarPlay shows a ...
0
votes
0
answers
52
views
Cannot launch maps in CarPlay from my app [closed]
In the application I made with Flutter, I integrated CarPlay with the flutter_carplay package. When an item is clicked on the POI screen in Carplay, it needs to open the map in Carplay and navigate to ...
-2
votes
1
answer
36
views
how to implement sorting in carplay list template in music app flutter
I’m building a music app in Flutter, and I’m using the flutter_carplay plugin to integrate iOS CarPlay functionality. On the CarPlay interface, there’s an "A-Z" sorting option that’s ...
1
vote
1
answer
93
views
Swift - CarPlay - CPListTemplates do not show title
I am implementing car play for my iOS app using swift
When creating the Tab Bar Template (CPTabBarTemplate) I am creating it using 4 CPListTemplate items
let listTemplate = CPListTemplate(title: "...
0
votes
1
answer
97
views
CarPlay using CPListTemplate
I am new to Carplay development and this is my first app. Could someone explain on how to display three rows within a list item?
Currently I have the below
I want to achieve the below,
I want one ...
0
votes
1
answer
54
views
How to Make a Phone Call Directly from CarPlay Without Smartphone Confirmation?
I am developing an application for CarPlay, and I would like the user to be able to make a call directly from CarPlay when they tap the "make a call" button. However, right now, it opens the ...
0
votes
0
answers
56
views
How to Load Images from URL Instead of Base64 for CarPlay in Swift?
I am currently working on a CarPlay project where I need to display images using CPGridButton. Initially, I was using Base64 strings to load images, but I want to switch to loading images directly ...
0
votes
0
answers
40
views
Disconnect iPhone player when is phone connected to CarPlay device
I am working on radio app for iPhone.
app works fine on iPhone. Now I am supporting to CarPlay as well.
iPhone app is basically developed using ReactNative and using React-Native bridge I am ...
1
vote
0
answers
132
views
Apple CarPlay add image into Alert (CPAlertTemplate)
I want to add image into apple CarPlay Default CPAlertTemplate function.
Here is my code:
I want to add image along with alert title, description.
Heading
func updateCarPlayTemplate(title: String) {...
-2
votes
1
answer
103
views
CarPlay integration for a VoIP app without a template
Our VoIP app already implements CallKit and Siri. So, within the iPhone, we can start calls using Siri. These are prerequisites for the CarPlay integration.
Our deployment target is iOS 14, so to ...
0
votes
0
answers
65
views
Display prompt on carplay device if user is not logged in App on phone, react native iOS swift
This is my first project in React-Native that too with CarPlay.
Now the code is already done by some other team.
My first task here is, whenever I open CarPlay app, I need to check if the user is ...
-3
votes
1
answer
127
views
I'm developing a CarPlay music app and encountering a crash when trying to present a Actionsheet [closed]
I'm developing a CarPlay music app and encountering a crash when trying to present a CPActionSheetTemplate using presentTemplate on the CPInterfaceController in iOS 15.5. The app functions as expected ...
0
votes
1
answer
41
views
"Unable to Connect Error" on below iOS14 for carplay audio apps
I am trying to build a audio app which supports from iOS 13 and above.
iOS 13 - com.apple.developer.playable-content,
iOS 14 - com.apple.developer.carplay-audio
I have added above entitlements to ...
-2
votes
1
answer
70
views
I am integrating CarPlay with an iOS app, but it gets crashed when I make an api request and other cases
I am integrating CarPlay into an iOS app, for Quick food ordering, but when I make an API request, and it returns success, the app gets crashed, as well when there's a loader presented in the iOS app ...