All Questions
Tagged with carplay ios-simulator
7 questions
-1
votes
1
answer
195
views
Crash CarPlay demo on simulator
Getting below crash when run Apple official CarPlay Demo on simulator but working fine in other system.
CarPlayTutorial[18440:282424] *** Terminating app due to uncaught exception
'...
0
votes
0
answers
399
views
How to force dark appearance in CarPlay Simulator
ist it possible to trigger the dark appearance in the CarPlay simulator (iOS 13)? iPhone and CarPlay are set to dark mode but it is light nevertheless.
0
votes
1
answer
330
views
App not showing in external display extension for any iPhone
I created a new app in Xcode and added the following code in the AppDelegate file
func updateCarWindow()
{
guard let screen = UIScreen.screens.first(where: { $0.traitCollection....
1
vote
1
answer
1k
views
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 ...
12
votes
2
answers
12k
views
How to test an iOS application on the CarPlay simulator
I am trying to develop an iOS application compatible with CarPlay.
According to this post Is iOS CarPlay API Public? How to Integrate CarPlay?, I have to be enrolled with Apple’s MFi program, but I ...
2
votes
3
answers
4k
views
Switch between CarPlay and regular window in iOS simulator
I am testing an app that has some CarPlay functionalities. I activated the CarPlay window in the simulator by changing the default options using
defaults write com.apple.iphonesimulator CarPlay -bool ...
5
votes
1
answer
2k
views
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 ...