How to test an iOS application on the CarPlay simulator

前端 未结 2 1008
Happy的楠姐
Happy的楠姐 2021-01-31 12:16

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 wi

2条回答
  •  慢半拍i
    慢半拍i (楼主)
    2021-01-31 12:49

    As of iOS 12 there is now the entitlement of com.apple.developer.carplay-maps for navigation based apps which works in the same way as com.apple.developer.playable-content so you can test your App in the Simulator. You may need to enable the CarPlay simulator with the terminal command defaults write com.apple.iphonesimulator CarPlay -bool YES to get it to show up.

提交回复
热议问题