Use var.<mykey>
Hello,
I am trying to use and define var.
Someone can help me with this ?
Regards,
Bilal
You should define it with a key. So in the message use '${var.text}' and send 'var.text=value' in your push notification.
Yes it is already defined. In PHP I define it in an array like that: array ( 'msg' => 'Title ${var.title}', 'var.title' => 'test' ) And I receive the message Title ${var.title} Is there something I am doing wrong?
Hello,
Nobody can help me ?
up