Questions tagged [carplay]

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

166 questions
5
votes
1 answer

Carplay connect/disconnect events?

Is there a way to detect in an app if the phone was connected/disconnected to/from the car using Carplay? Can't seem to find any documentation regarding it. I'm thinking of some system event like that I could monitor.
weuhi
  • 183
  • 1
  • 8
5
votes
1 answer

How to launch iOS carplay simulator on xcode 6

I need to check how exactly the iOS Carplay works and how to launch it on simulator. Can someone throw some light on how to start working with Carplay and how to launch it using Xcode 6.1 iOS simulators.
ravoorinandan
  • 783
  • 2
  • 10
  • 26
4
votes
2 answers

CarPlay NowPlaying screen shows wrong image on Dark appearance when using CPNowPlayingImageButton

I am developing CarPlay app using CarPlay framework. I use CPNowPlayingImageButton to display custom button on NowPlaying template. https://developer.apple.com/documentation/carplay/cpnowplayingimagebutton?language=objc Created ImageAsset…
toto263
  • 81
  • 5
4
votes
3 answers

Lazy Loading Data in iOS Carplay

How to lazy load the items while the user scrolling in Carplay ? I am using beginLoadingChildItems from MPPlayableContentDataSource to load the first set of items but how I can call the next page when a user scrolls to the bottom of the page?
Pramod
  • 1,123
  • 2
  • 12
  • 33
4
votes
0 answers

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 an event from CarPlay to tell me which item was…
mike nelson
  • 21,218
  • 14
  • 66
  • 75
4
votes
1 answer

How to debug CarPlay app on actual device

Is there any way to run the car play app on actual device. I am able to run the app on car play simulator, but my app does not appear on actual head unit device. I have a development provisioning profile entitled for car play, it runs on iOS device,…
Sundeep Saluja
  • 1,089
  • 2
  • 14
  • 36
4
votes
1 answer

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 starts, didFinishLaunchingWithOptions is called from…
thibault
  • 41
  • 1
4
votes
1 answer

How to detect in my app device is currently connected to vehicle Carplay

I googled lot but i did not get any hint. I want callback in my app when device is connect to carplay using cable. I tried EAAccessory framework (EAAccessoryDidConnectNotification and EAAccessoryDidDisconnectNotification) for detection. But i can't…
Mahesh
  • 317
  • 1
  • 3
  • 17
3
votes
3 answers

carplay setRootTemplate crash (Allowed classes: (null))

I'm middle of transition from old carplay to new ios15 carplay. I asked carplay entitlement to apple and have it now. so I put some sample codes and run. the code is func templateApplicationScene(_ templateApplicationScene:…
WoffOVkee
  • 435
  • 3
  • 16
3
votes
0 answers

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?
Jack Huynh
  • 41
  • 3
3
votes
1 answer

Can we compose/receive audio messages with CarPlay?

We are working on a app that has feature of audio messaging. Now we are planning to start integrating it with carPlay. Is it possible with Messaging and Voip that we can send/receive audio messaging with CarPlay? If yes, can anyone suggest some…
Haresh
  • 41
  • 3
3
votes
2 answers

Is it possible to design for CarPlay with SwiftUI?

I have been playing around with SwiftUI since the beta launched and was curious if anyone has figured out way to design for CarPlay in Xcode using SwiftUI? It doesn't seem to be available in Apple's list of devices and so far I haven't been able to…
MisterTea
  • 35
  • 7
3
votes
1 answer

React native supports to integrate with Android auto or not

I am trying to develop a carplay application using react native application Facing Issues: I have developed a react native application, but it is not getting integrated with the android auto application. I have a query that react native supports…
Karthi Keyan
  • 43
  • 2
  • 7
3
votes
1 answer

Adding Custom UIScreen to CarPlay

I am working on a CarPlay App ( with its own UI to be shown in carPly ). But, when I test it in simulator, I am seeing the same issue as the below question : Adding a CarPlay UI I am not even getting UIScreenDidConnect notification when CarPlay is…
3
votes
1 answer

How to determine CarPlay connection programmatically?

Just would like to know: is there any way to programmatically determine if an iPhone is connected (via USB or Bluetooth) to the CarPlay system? Thanks in advance.
stspb
  • 193
  • 2
  • 12
1
2
3
11 12