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

VR commands created by Lib when its not provided by App #941

Closed
ashwink11 opened this issue Dec 14, 2018 · 3 comments
Closed

VR commands created by Lib when its not provided by App #941

ashwink11 opened this issue Dec 14, 2018 · 3 comments

Comments

@ashwink11
Copy link

Bug Report

VR commands created by Lib when its not provided by App

Reproduction Steps
  1. Register Hello SDL Android App
  2. Create Choice without VR commands
  3. Send Create Interaction Choice Set
Expected Behavior

Lib should not create VR commands when its not provided by App

Observed Behavior

Lib creating VR commands using choice ID and sending it.

OS & Version Information
  • Android Version: 9
  • SDL Android Version: 4.7.2
  • Testing Against: SYNC
Test Case, Sample Code, and / or Example App

Did not observe this behavior in iOS SDL Library

@kshala-ford
Copy link
Contributor

kshala-ford commented Jan 14, 2019

This issue is related to an incomplete implementation of proposal SDL 0064 Choice-VR optional. We may want to reopen the original issue #739 again.

Update:
I want to refer to #764 and Mobile ChoiceSet Manager - Optional Choice VRs which specifies this issue.

@joeygrover
Copy link
Member

joeygrover commented Mar 8, 2019

The current library builds RPCs in accordance to the negotiated RPC spec version so that developers do not have to worry about it themselves. This PR would then break that ability by circumventing the negotiated RPC spec allowing for bad actors going against the RPC spec. \

Update: If you don't believe the library should handle this for developers and they should be responsible for how RPCs are formed then that can be discussed. I would recommend adding this for a topic for the next steering committee meeting.

@BrettyWhite
Copy link
Contributor

Closed with the creation of the Choice set manager #1080

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants