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
or{ "data": { "key": "name", "value": "Su.t" } }
{ "data": { "name": "Su.t" } }
Please take a look at these screenshots below.