After a discussion with Wei , it was determined that we create a new module to connect to the go api servers init and the client app, - This module will need to use the aerogear-js-sdk init to allow enabling and disabling - This module will need to get client data {code:json} { "deviceId": "d1895cc1-28d7-4283-932d-8bcab9e4a469", "deviceVersion": "3.4", "version": "3.11", "deviceType": "Android", "appId": "com.aerogear.testapp" } {code} - This module will need to *post* client data to the go mobile-security-service /init endpoint - This module will need to *get* enable or disable data from the go mobile-security-service /init endpoint (I might be misunderstanding how the init endpoint works) - This module will need to connect to the metrics service
[~dffrench] I believe I should spin up some new tickets in this epic to cover the above points , I don't think this is covered in the scope of this jira
With regards this ticket - yes there is an init for the other services, nothing has been implemented for the moibile-security-service - As stated above we require a new module - The init basically checks to see if there is a service in the mobile-services.json this is the method of disabling, enabling a service |
|