-
Notifications
You must be signed in to change notification settings - Fork 520
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Carplay: App don't show up & methods are not called #8020
Comments
According to: https://developer.apple.com/videos/play/wwdc2017/719/?time=185
So it sounds like you need to contact Apple for that entitlement. |
If after getting that entitlement things do not work, please reopen with details. |
The entitlement is not needed for simulator. Don't think this is the problem. |
Ok, with the entitlement from Apple you are still seeing this @Suplanus in simulator? If so we can rule that out and investigate. |
Yes, the problem is there. With and without the entitlement from Apple. I can't reopen the issue. Could you please reopen it? Thanks for your feedback 🦄 |
I added a working demo in swift. |
Interesting, reopening for consideration. |
While you have the correct entitlement in the file, you weren't actually including it in your build. Fixed in Suplanus/Xamarin.Demo.Carplay#2 |
Oh my... 🤦♂️ Good point to start. Will update with an hopefully blog post about Carplay & Xamarin here. |
I want to make a blog post with a demo application for CarPlay in Xamarin.
In the Demo app I have a Audio player (Xamarin.Forms).
Found no other examples or references for Xamarin. Thats the reason why I want to share this 🦄
Steps to Reproduce
Run the demo application.
Expected Behavior
AppDelegateDataSource
&PlayableContentDelegate
don't calledActual Behavior
Example Project
You can run the application from this repo.
The text was updated successfully, but these errors were encountered: