Hi
We initialized the SDK as described in flow -
and then trying to generate the MPC keys -
So we get the following payload data that we trying to pass forward using our backend -
“{"params":[{"names":["policy_service","signing_service","zona_service","nckms","ncw-service"]}],"headers":{"platformType":"iOS","mpcVersion":"6","physicalDeviceId":"75bc5fc9-32a4-445c-81e9-eef8e13f58f3","sdkVersion":"2.7.1"},"method":"get_service_certificates"}”
“{"params":[{"names":["policy_service","signing_service","zona_service","nckms","ncw-service"]}],"method":"get_service_certificates","headers":{"platformType":"iOS","sdkVersion":"2.7.1","mpcVersion":"6","physicalDeviceId":"75bc5fc9-32a4-445c-81e9-eef8e13f58f3"}}”
But it seems that our payload data that we get from SDK use, not as described in manuals.
Could you assist with this issue please?