pushd icon indicating copy to clipboard operation
pushd copied to clipboard

Use var.<mykey>

Open BilalDev opened this issue 12 years ago • 4 comments

Hello,

I am trying to use and define var. but it seems that I cannot retrive it. In the msg I use '${var.}' and it's write '${var.} on the message.

Someone can help me with this ?

Regards,

Bilal

BilalDev avatar May 14 '13 10:05 BilalDev

You should define it with a key. So in the message use '${var.text}' and send 'var.text=value' in your push notification.

jvah avatar May 25 '13 10:05 jvah

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?

BilalDev avatar May 27 '13 11:05 BilalDev

Hello,

Nobody can help me ?

BilalDev avatar Jul 03 '13 14:07 BilalDev

up

BilalDev avatar Jul 05 '13 08:07 BilalDev