Skip to main content

All Questions

Tagged with
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 ...
lacaveira's user avatar
0 votes
0 answers
40 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 ...
Sagar's user avatar
  • 1,306
0 votes
0 answers
105 views

Can carplay's CPTemplateApplicationSceneSessionRoleApplication to trigger UIWindowSceneSessionRoleApplication to connect and active

I'm develop an application that support CarPlay. There are one case that the user open app in CarPlay, so the main scene of app in iPhone is not connected and active. Is there any method of trigger ...
ice pan's user avatar
0 votes
1 answer
898 views

How do i integrate audio through live URL in CarPlay Audio App

I want to have audio integration to a carplay application. I have created a CPListTemplate with CPListItems and on tap of it, i am pushing a Now playing template. The audio does not seem to play and i ...
Shashant's user avatar
5 votes
1 answer
638 views

FrontBoardServices - [FBSSceneParameters initWithSpecification:]: Crash using CarPlay

In an app which support CarPlay (pre iOS 14, using MPPlayableContentManager and MPNowPlayingInfoCenter) I'm getting crash when I touch the app on the head unit. Based on the searches I made similar ...
Károly Horváth-Dori's user avatar
4 votes
1 answer
2k views

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 ...
Mahesh's user avatar
  • 317