Application not install on real CarPlay device

不打扰是莪最后的温柔 提交于 2021-02-10 20:24:33

问题


I add CarPlay integration to my music application. When I testing my application/CarPlay on simulator all work is fine, but on real device nothing to show. Application Icon not show. Can anybody help me to fix it problem or give me idea how to fix it or what is a reason?

Add com.apple.developer.playable-content to entitlements. Also when try to launch app on device I got a message error


回答1:


To run an app on device (and CarPlay system), you need to add a capability to your provisioning profile (CarPlay entitlement). To do that contact to Apple here https://developer.apple.com//contact/carplay/ because CarPlay system allow only some kinds of apps (audio is one of them).

The CarPlay framework is for use by navigation apps only. If you want to add CarPlay support to your audio app, use MPPlayableContentManager. For messaging apps, use SiriKit’s Messaging-related intents to support reading and sending messages in CarPlay through Siri. For VoIP calling apps, use CallKit with SiriKit’s VoIP Calling-related intents to make and answer audio calls on a CarPlay system.

https://developer.apple.com/design/human-interface-guidelines/carplay/overview/introduction/

P.S. Documentation says than CarPlay framework is only for navigation apps, but all CarPlay interface is in that framework. So how can we build audio app with MPPlayableContentManager without CarPlay framework?



来源:https://stackoverflow.com/questions/58522942/application-not-install-on-real-carplay-device

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!