All Questions
Tagged with carplay xamarin.ios
4 questions
0
votes
1
answer
62
views
Xamarin carplay supported ios app crashes when starting
Our app crashes as soon as it is launched after carplay integration. if i install directly (from ipa) it works. But if I install from testflight it crashes. If you remove
<key>...
1
vote
1
answer
546
views
CarPlay parking app crashed when launching from Xcode 12 CarPlay simulator
We are extending our Xamarin.iOS app (by Xamarin.Forms) for CarPlay. When open the CarPlay simulator, the app is showing on the screen of CarPlay, but crashed when launching from CarPlay simulator.
...
0
votes
0
answers
292
views
MPRemoteCommandCenter play/pause command not updating properly
I have set play/pause button enabled and also added target event to each but when ever I click button in simulator it always calls play button's target event and button's image not properly updating ...
2
votes
1
answer
442
views
How to make NowPlay screen in CarPlay Xamarin.iOS? and How to set nowPlayingIdentifiers property in MPPlayableContentManager?
I have created Audio App in Xamarin.Forms, for playing audio I have used MediaManager plugin.
Now I want to make it compatible with CarPlay.
CarPlay audio apps are controlled by the ...