Its all done in Tiggzi.
When registered get these values.
code
var devID = localStorage.getItem('pushNotificationDeviceID');
var mytoken = localStorage.getItem('pushNotificationToken');
/code
Add your own register to your server Rest service. Then call the server php and send the Device ID.
Just do not call registration every time app is run. Instead maybe get new key one a month or week and send to php script on server.