EkoChat sends custom message differently between iOS and Android

I did send a custom message by Android and iOS example app.
The data should be

{
  name: "Su.t"
}
  • Android is keeping our format
  • iOS is wrapped by data. So the result looks like
    {
       "data": {
         "key": "name",
         "value": "Su.t"
        }
    }
    
    or
    {
      "data": {
           "name": "Su.t"
       }
    }
    

Please take a look at these screenshots below.



Hi @su.t

Thank you for reporting the issue. We are working on it and the fix will be available in next update.