Pergunta

I'm using Pushwoosh to send notification both under Android and iOS.

Now it's possible to send Custom data under the Additional data tab of the Send push web page.

So I put some like this

{"event" : "1234"}

on the Custom data field but I can't get this kind of data on the app.

This is what I get under Android

{
"title":"test 4",
"collapse_key":"do_not_collapse",
"from":"320152062216",
"onStart":true,
"foreground":false,
"p":"f"
}

This is what I get under iOS

{
    aps =     {
        alert = "test 4";
        sound = default;
    };
    p = f;
}

Is there anyone who has managed to make it work?

Thanks.

Foi útil?

Solução

I think Stack might be not the best place for this, but custom data is available only on Premium accounts.

Licenciado em: CC-BY-SA com atribuição
Não afiliado a StackOverflow
scroll top