Apple Push notifications. Trying something else. again

This commit is contained in:
Martin Donnelly 2016-04-29 14:19:30 +01:00
parent b63b62f2ba
commit ddb9889806

View File

@ -155,7 +155,7 @@ officeController.prototype.announceMeetingEnd = function(meeting) {
eventBus.emit('sendSocket', packet);
var message = new gcm.Message({
/*var message = new gcm.Message({
collapse_key: 'test',
data: {
key1: 'value1'
@ -163,7 +163,7 @@ officeController.prototype.announceMeetingEnd = function(meeting) {
delay_while_idle: true,
time_to_live: 34,
dry_run: false
});
});*/
this.sendiOSAPN(packet);