Questions tagged [carplay]

CarPlay is an iOS-car interface announced by Apple in March, 2014.

166 questions
1
vote
2 answers

How to detect when user switches tab in CarPlay?

Two sections are being generated. CarPlay automatically generates them using the data we provide from the MPPlayableContentDataSource. How can I detect when a user taps on a tab?
MendyK
  • 1,643
  • 1
  • 17
  • 30
1
vote
1 answer

Carplay: MPPlayableContentDelegate methods never called

After implementing MPPlayableContentDelegate, setting it as the delegate for MPPlayableContentManager, I find that the delegate methods are never called when running on a device or in the iOS simulator. Data from the MPPlayableContentDataSource…
Tad
  • 4,668
  • 34
  • 35
1
vote
1 answer

MPPlayableContentDataSource called inconsistently

I am working on implementing support for a CarPlay audio app, and am attempting to display listings in the simulator. I have implemented MPPlayableContentDataSource, but find that it is called inconsistently. It is called the first time the app is…
Tad
  • 4,668
  • 34
  • 35
1
vote
1 answer

How to start Integrating Car play in an existing iOS app?

We have to implement an iOS application which will support car play feature. Can any one you guide how to start Integrating Car play in an existing iOS app?
Gajendra Rawat
  • 3,673
  • 2
  • 19
  • 36
1
vote
0 answers

Out-Of-Band Pairing between iOS device and embedded Linux

I'm implementing OOB Pairing between iOS 10 device (iPhone) and embedded Linux device (3.10 kernel version, 5.35 BlueZ version) via USB (iAP2 protocol, CarPlay). My question is: does BlueZ supports this kind of pairing? Where to find some…
rsht
  • 1,522
  • 12
  • 27
1
vote
1 answer

I am developing a carplay client for Automotive head unit. Need help for Bonjour

I am developing a carplay client for Automotive head unit. I am stuck in Bonjour discovery procedure. This can be easily done if I get the CarPlay Communication Plug-in. Can any one provide me the same. In bonjour advertisement TXT RECORD filed we…
0
votes
0 answers

Siri INStartCallIntent works on iOS but not with CarPlay

I implemented Siri and CarPlay. The INStartCallIntent works on iOS but not when initiating a voice command via CarPlay. Error from INIntentDeliverer: Unable to find implementation of resolution method for facade slot name (null) From what I see, I…
seb
  • 196
  • 2
  • 8
0
votes
1 answer

Show Notifications in CarPlay

My app uses UNMutableNotificationContent() to play a custom sound, and has a phrase as a message. I just got a vehicle with CarPlay. When my iPhone is connected to CarPlay, when the notification goes off at the time I have it set, it shows on the…
ShadowDES
  • 783
  • 9
  • 20
0
votes
0 answers

Open CarPlay main application when tapping dashboard shortcut button

I am creating a turn-by-turn navigation app for CarPlay. I have two shortcut buttons on the dashboard view. When tapping one of the buttons, I expect the screen to transition into the "main" app. However, what happens is: It runs the code behind the…
Jaafar Mahdi
  • 683
  • 1
  • 8
  • 15
0
votes
0 answers

Need to change the background color of the templates(Widgets) in flutter_carplay

I am using this flutter package to achieve carplay in IOS. But the package has the default color of widgets as skyblue(Flutter's color) and I couldn't find any parameter to change the color. Please help me to change the color to pink. Thanks.
0
votes
0 answers

Can kotlin multiplatform app be compatible with Apple CarPlay

I'm developping a messaging app with Kotlin Multiplatform, I would like to know if Apple allows me to be compatible with CarPlay or it needs to be written in Swift mandatory.
X6Entrepreneur
  • 971
  • 2
  • 10
  • 30
0
votes
0 answers

Poor audio using AVAudioSession.Category.playAndRecord with CarPlay

I'm building an app that is mostly around audio playback, but I occasionally want to record small bit from the microphone. I'm setting up my audio session like this: try? AVAudioSession.sharedInstance().setCategory(.playAndRecord, options:…
Osheroff
  • 381
  • 2
  • 3
0
votes
1 answer

How can I find the current screen scale of my CarPlay screen?

How can I find the current screen scale of my CarPlay screen? I'm interested in how to understand the current scale for the screen. In a lot of cases it is 2, but on high resolution screens it turns on scale 3. We need to understand what specific…
0
votes
0 answers

CPPointOfInterestTemplate without details dialog

I want to use CPPointOfInterestTemplate but without details dialog after click item. I have tried pass nils when creating poi: let poi = CPPointOfInterest(location: location, title: name, subtitle: "subtitle", summary: "choose me", detailTitle: nil,…
AdamN
  • 476
  • 5
  • 13
0
votes
0 answers

CPPointOfInterestTemplate update

I need to show empty CPPointOfInterestTemplate, then call my backend, and then update earlier created CPPointOfInterestTemplate. What should I do with this CPPointOfInterestTemplate on start? I have tried var poiTemplate =…
AdamN
  • 476
  • 5
  • 13