All Questions
Tagged with carplay objective-c
5 questions
0
votes
1
answer
96
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
241
views
React Native App with implemented Carplay doesnt show content on carplay screen if IPhone App is terminated
Apps like Spotify, Tidal etc show content if the phone apps are terminated and i click on the App Icon in Carplay Simulator. My App doesnt so, it shows an empty screen. If the phone app is in ...
0
votes
1
answer
503
views
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 ...
8
votes
2
answers
5k
views
Adding a CarPlay UI
I am working on my current iPhone audio app to be supported in CarPlay. I already got approved by Apple and received the development entitlement, and watched the video "Enabling Your App for CarPlay"(...
7
votes
2
answers
6k
views
How to add a CarPlay support to an existing iOS app? [duplicate]
Apple announced CarPlay feature and some of the 3rd party apps are already integrating it (Spotify, Beats Radio, iHeartRadio)
What is the first step to add a CarPlay support to an existing iOS Xcode ...