0

I am sorry that I look around but didn't find answer for this. I am new to ios development and want to create an app and include it in CarPlay to test it. I don't want the app to be public now, just for testing. So is there any developer version I can use? Thanks.

debug_all_the_time
  • 564
  • 1
  • 5
  • 18

2 Answers2

0

If the accessory(Car audio system) supports iOS app for CarPlay, it must setup at least one, but preferably many,SupportedExternalAccessoryProtocol parameters in their IdentificationInformation message

Simon
  • 1
  • 1
0

Starting with iOS 12, many CarPlay APIs are public. Once you add the respective entitlements, you can develop a CarPlay app even without Apple's blessing. See How to test an iOS application on the CarPlay simulator for more details.

DrMickeyLauer
  • 4,455
  • 3
  • 31
  • 67