94 questions with no upvoted or accepted answers
11
votes
2
answers
2k
views
Swift - How to detect CarPlay's connect/Disconnect status in iOS app?
I am working on a music app that supports CarPlay. Is there a way to identify if the app is connected/disconnected from the Carplay? I can't find any helpful documentation regarding this.
Any insights ...
9
votes
2
answers
629
views
MPPlayableContentDataSource doesn't call contentItemForIdentifier:completionHandler:
I'm working with CarPlay(simulator 10.3.1) and implement all methods in MPPlayableContentDataSource but method below isn't called.
- (void)contentItemForIdentifier:(NSString *)identifier ...
7
votes
0
answers
2k
views
Are there any examples of Android Auto Integration in Flutter Mobile app?
We have a working flutter app that works with Google map and is useful while driving. We are looking to build Android-Auto/CarPlay integration. We found a decent project Flutter_carplay (https://pub....
6
votes
0
answers
1k
views
Does Angular/Ionic run in the car systems from Google/Apple?
We want to build an app that also supports Android Auto and Apple Carplay.
We are using Angular/Ionic but I cannot find out if it runs in the car systems.
Does anyone have experience or an answer ...
5
votes
0
answers
180
views
How to display custom message on launch of CarPlay audio app?
How can I Implement Custom UI for changing the message "unable to connect " in CarPlay Audio app?
4
votes
0
answers
458
views
Use my Delphi app with Android Auto or iOS CarPlay?
I have an FMX app written in Delphi 11 Alexandria.
I've been searching for a while to see if it is possible with FireMonkey to use my app in a car (Android Auto or iOS CarPlay), but I didn't find any ...
4
votes
0
answers
338
views
Apple CarPlay - how to update media items?
Looking for some guidance on how to implement CarPlay with media items that may be somewhat dynamic.
Basically I want to have the user tap on one of the top level item in the hierarchy and then get ...
4
votes
1
answer
877
views
iOS app started in background from CarPlay screen, no network requests sent
When you have the iOS device locked and connect it to the CarPlay head unit via, USB, the device remains locked.
Then, on the CarPlay screen on the head unit, you select the app.
When the device ...
3
votes
0
answers
650
views
How to Integrate Flutter App with Android Auto and Apple CarPlay?
I'm currently working on an existing Flutter mobile application and I'm looking to integrate it with Android Auto and Apple CarPlay. The app features include a GPS navigation system and a list of ...
3
votes
0
answers
812
views
CarPlay - CPPointOfInterestTemplate: I want to move map to centre and focus the marker when the user selects the Item from CPPointOfInterestTemplate
I'm working on a CarPlay app and I want to focus the marker on map when I select any item from CPPointOfInterestTemplate.
In my app, some markers exceeds the visible area and map not showing that ...
3
votes
0
answers
1k
views
How to send notification from iOS App to Apple Carplay
I want when my iOS App receives Notification, it's will display on Carplay too. But Apple Document about this topic so simple, have no idea how to implement
Anyone can help?
3
votes
1
answer
549
views
CarPlay with Apple Enterprise Developer Program
I was considering developing an in-house iOS application that supports CarPlay. However the problem is that when I am trying to apply for CarPlay entitlement with this link: https://developer.apple....
2
votes
0
answers
64
views
How to navigate to the map application in Carplay when integrating Flutter application with Carplay?
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
334
views
Entitlement com.apple.developer.playable-content is missing (CarPlay) with XCode15
Since XCode 15, we can't get our app in the app store no more. While uploading, we get the message: "Entitlement com.apple.developer.playable-content is missing".
The entitlement is for ...
2
votes
0
answers
130
views
iOS // CLLocationManager // didFailWithError is triggered with kCLErrorDenied while there are permissions
I have a navigation app that supports CarPlay connection.
When running with CarPlay, some users report that they appear to not have GPS connection.
Looking at the logs I noticed that on app launch we'...