-
Notifications
You must be signed in to change notification settings - Fork 514
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
Invalid cast of CPListItem to CPListImageRowItem #15622
Comments
Thanks for the feedback. Please attach a full sample project, as CarPlay is sufficiently complex to setup a project for, and the configuration might cause different behavior. |
Hi @janwiebe-jump. We have added the "need-info" label to this issue, which indicates that we have an open question for you before we can take further action. This issue will be closed automatically in 7 days if we do not hear back from you by then - please feel free to re-open it if you come back to this issue after that time. |
Hi @chamons, Thanks for your quick response. The one thing you need to do is to have a provisioning profile with the carplay entitlement enabled, and set you own provisioning profile and signing certificate in the options. Thanks for looking into it! |
As discussed in #9996 the CPListSection constructors are not fully correct, since the CPListImageRowItem can't be added to it, which is possible in the native iOS SDK. This PR fixes that. With that, also #15622 seems to be fixed. Co-authored-by: Manuel de la Pena <mandel@microsoft.com> Co-authored-by: Alex Soto <alex@alexsoto.me> Co-authored-by: Chris Hamons <chris.hamons@xamarin.com> Co-authored-by: Rolf Bjarne Kvinge <rolf@xamarin.com>
Fixed in #15642. |
As a continuation of #9996 here is a new issue.
Steps to Reproduce
Expected Behavior
CPNowPlaying should be pushed to the stack and shown.
Actual Behavior
Exception:
If I remove the
await Task.Delay()
call, it seems to work, but I need to do my async network calls to retrieve the actual data that is shown in the lists.Environment
Version information
Build Logs
Example Project (If Possible)
CarPlaySceneDelegate.txt
The text was updated successfully, but these errors were encountered: