Skip to main content

All Questions

Tagged with
-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 '...
S K's user avatar
  • 91
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.
D_Byrne's user avatar
  • 395
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....
srb1991's user avatar
  • 1,076
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 ...
Tad's user avatar
  • 4,784
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 ...
F. DePa's user avatar
  • 143
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 ...
Phil Gref's user avatar
  • 987
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 ...
ravoorinandan's user avatar