Revise Cloud App Proposal Part 2 - #663
Merged
jordynmackool merged 13 commits intoJan 23, 2019
Merged
Conversation
Revisions include usage of OEM App store for app selection and authentication, retry connection attempts, opening websocket connections only when an app is activated, usage of a hashed VIN.
Update typos
# Conflicts: # assets/proposals/0158-cloud-app-transport-adapter/cloud_app_activation.png # proposals/0158-cloud-app-transport-adapter.md
…d-app-transport-adapter
Add information related to: - AppExitReason/Disconnects initiated by HMI - Specifying auth_token should be included in start service ack payload. - Add GetCloudAppProperties RPC - Add endpoint param to CloudAppProperties - Add note about policy security and functional group structure - Add app_icon url to be used by systemRequest RPCs
jacobkeeler
requested changes
Jan 22, 2019
| ### Policies | ||
|
|
||
| app_policies section of policy table related classes must be expanded to support new optional endpoint and ssl_certificate fields. | ||
| app_policies section of policy table related classes must be expanded to support new cloud app property related fields. |
Contributor
There was a problem hiding this comment.
cloud app related fields
| ``` | ||
| <enum name="FunctionID" internal_scope="base" since="1.0"> | ||
| ... | ||
| <element name="SetCloudAppPropertiesID" value="50" hexvalue="32" since="5.x" /> |
Contributor
There was a problem hiding this comment.
Should add GetCloudPropertiesID
jacobkeeler
approved these changes
Jan 22, 2019
jordynmackool
requested changes
Jan 22, 2019
jordynmackool
approved these changes
Jan 22, 2019
|
In this proposal, it doesn't mention how to transfer audio/video data from cloud app to headunit. Not like BTAudio or ipod audio for mobile sdl apps , there isn't standard process to transfer audio/video from cloud to client. how do SDL team think about this problem? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add information related to: