CarPlay on iOS
CarPlay is currently a work in progress that you can see in the demo app.
- Apple - Using the CarPlay Simulator
- By definition, your application specifies a
CPTemplateApplicationSceneDelegate
in its Info.plist. This instance will have an instance ofFerrostarCarPlayManager
. The Demo application references this via theUISceneSession.userInfo
.FerrostarCarPlayManager
will have a reference to the singletonFerrostarCore
from your iOS application.