简体   繁体   English

应用程序未安装在真正的 CarPlay 设备上

[英]Application not install on real CarPlay device

I add CarPlay integration to my music application.我将 CarPlay 集成添加到我的音乐应用程序中。 When I testing my application/CarPlay on simulator all work is fine, but on real device nothing to show.当我在模拟器上测试我的应用程序/CarPlay 时,一切正常,但在真实设备上没有任何显示。 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.将 com.apple.developer.playable-content 添加到权利。 Also when try to launch app on device I got a message error此外,当尝试在设备上启动应用程序时,我收到一条消息错误

To run an app on device (and CarPlay system), you need to add a capability to your provisioning profile (CarPlay entitlement).要在设备(和 CarPlay 系统)上运行应用程序,您需要向您的配置文件(CarPlay 授权)添加一项功能。 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).要在此处与 Apple 联系https://developer.apple.com//contact/carplay/因为 CarPlay 系统仅允许某些类型的应用程序(音频就是其中之一)。

The CarPlay framework is for use by navigation apps only. CarPlay 框架仅供导航应用使用。 If you want to add CarPlay support to your audio app, use MPPlayableContentManager.如果您想为您的音频应用添加 CarPlay 支持,请使用 MPPlayableContentManager。 For messaging apps, use SiriKit's Messaging-related intents to support reading and sending messages in CarPlay through Siri.对于消息应用程序,使用 SiriKit 的消息相关意图来支持通过 Siri 在 CarPlay 中阅读和发送消息。 For VoIP calling apps, use CallKit with SiriKit's VoIP Calling-related intents to make and answer audio calls on a CarPlay system.对于 VoIP 通话应用程序,将 CallKit 与 SiriKit 的 VoIP 通话相关意图结合使用,在 CarPlay 系统上拨打和接听音频电话。

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

PS Documentation says than CarPlay framework is only for navigation apps, but all CarPlay interface is in that framework. PS 文档说 CarPlay 框架仅适用于导航应用程序,但所有 CarPlay 界面都在该框架中。 So how can we build audio app with MPPlayableContentManager without CarPlay framework?那么我们如何在没有 CarPlay 框架的情况下使用 MPPlayableContentManager 构建音频应用程序呢?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM