194 questions
-1
votes
0
answers
20
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 ...
1
vote
0
answers
51
views
Making a Custom Vendor Specific USB Interface
I'm trying to make a USB gadget, using the ConfigFS utilities. I'm following this clear guide and have successfully created a usb gadget with an interface.
My problem is that I would like to implement ...
0
votes
0
answers
14
views
CPNowPlayingTemplate does not update CPNowPlayingShuffleButton state after changing shuffle mode
I am integrating CarPlay functionality in my existing iOS Music App. I have added Shuffle button in CPNowPlayingTemplate. CarPlay simulator is showing this button but it is not updating its state when ...
-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 ...
0
votes
0
answers
57
views
.NET MAUI - Apple CarPlay black screen
I am trying to add Apple Carplay to my .net MAUI app. I follow the tutorial (https://github.com/Suplanus/Xamarin.Demo.Carplay) and after adding UIApplicationSceneManifest block to info.plist i always ...
0
votes
3
answers
1k
views
Programmatically change selectedTemplate of CPTabBarTemplate
I'm trying to learn more about CarPlay. Specifically using CPTabBarTemplate (a new template as of 2020 and iOS 14).
What I'm looking to do is programmatically change the selectedTemplate, just as if I ...
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
96
views
React Native CarPlay app not loading JavaScript when phone app is closed
I'm developing a React Native app with CarPlay support using the react-native-carplay library. The CarPlay interface works correctly when the phone app is open, but it fails to load the JavaScript ...
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 ...
1
vote
1
answer
352
views
Invalid skip forward/backward icons in CarPlay for specific intervals
I'm trying to develop Now playing screen in CarPlay and I've some issues with visual representation of buttons connected with commands skipForwardCommand/skipBackwardCommand
When I set property ...
0
votes
0
answers
44
views
CarPlay Stream MP3 with netmaui not showing info playing
I'm doing an IOS App with net.MAUI and i would like to reproduce mp3 audio from url.
I'm doing this with this code...
private async void PlayMp3(string fileName)
{
try
{
...