Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Tiggzi Push msg format

What is the Tiggzi pushed message format sent to registered push device...?
From the tiggzi send push message. you type one in and its sent.
Works great! But I'm trying to send from my server using common php script.
It works but message is always null. So your using formatting in the msg string I'm assuming..
I'm not referring to the API key or the device token. Just the message format.
Thanks

Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

Tiggzi Push msg format

LOL!!
Nevermind. I found it...
its "alert" !
For others... use this for your php
code
$fields = array(
'registration_ids' => $registrationIDs,
'data' => array( "alert" => $message ),
);
/code

Return to “Issues”