Skip to content
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

SDLLightControlCapabilities and SDLHMISettingsControlCapabilities wrong return type #1441

Closed
justingluck93 opened this issue Oct 15, 2019 · 0 comments
Assignees
Labels
bug A defect in the library
Projects

Comments

@justingluck93
Copy link
Contributor

justingluck93 commented Oct 15, 2019

Bug Report

The SDLRemoteControlCapabilities parameters lightControlCapabilities and hmiSettingsControlCapabilities are spec'd as objects, but in iOS are implemented as arrays of objects. This makes it impossible to retrieve those capabilities.

Reproduction Steps
  1. Connect to Core v5.0+
  2. Attempt to retrieve either capability.
Expected Behavior

The object should be retrieved successfully.

Observed Behavior

An assertion occurs.

@justingluck93 justingluck93 added the bug A defect in the library label Oct 15, 2019
@joeljfischer joeljfischer added this to To do in v6.4 via automation Oct 15, 2019
@joeljfischer joeljfischer self-assigned this Oct 15, 2019
v6.4 automation moved this from To do to Done Oct 16, 2019
@joeljfischer joeljfischer mentioned this issue Oct 24, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
No open projects
v6.4
  
Done
Development

No branches or pull requests

2 participants