193 questions
0
votes
0
answers
26
views
Carplay - Firebase - Flutter [closed]
I'm develop an flutter application integrated with carplay and firebase messaging.
When I initialized firebase for my iOS application, i easily got APNS token from firebase. But after adding carplay ...
1
vote
0
answers
32
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
12
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
34
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
56
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 ...
1
vote
1
answer
86
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
92
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
84
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
53
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
54
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
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
{
...
0
votes
0
answers
25
views
Flutter Apple Carplay variable not reactive
I'm developing a radio app using the flutter_carplay package. The app updates the currently playing track and the next track every 10 seconds via a network request.
Here's a summary of the issue I'm ...
0
votes
0
answers
39
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 ...
0
votes
0
answers
65
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 ...
0
votes
1
answer
92
views
CarPlay SwiftUI no applying color to non-system UIImage
In an Apple CarPlay CPGridTemplate with several buttons, the buttons from a system UIImage are tinted cyan by the system, while the buttons from a custom SVG stay black. All combinations of ....