Instrument cluster don't appear in a car

I'm working on Instrument cluster support for our CarPlay app. We already supported Dashboard and its working well.

On the CarPlay simulator I see my Instrument cluster ok, but on the real car - not.

I think, that were Apple Maps appear in Instrument Cluster - there and others app with Instrument Cluster support have to show, right?

On the same car I see that Apple Maps showing in Instrument Cluster, but not my app.

I've done everything from this video

<key>CPSupportsInstrumentClusterNavigationScene</key>
<true/>

and even

<key>UIApplicationSupportsMultipleScenes</key>
<true/>

What's else have to be done for showing my app in the Instrument Cluster?