add sound to ios

This commit is contained in:
Matias Alejo Garcia 2016-01-20 23:15:35 -03:00
parent 5430b51472
commit 427c56d4d6
1 changed files with 1 additions and 1 deletions

View File

@ -127,7 +127,7 @@ PushNotificationsService.prototype._sendPushNotifications = function(notificatio
}; };
opts.ios = { opts.ios = {
"alert": content.plain.body, "alert": content.plain.body,
"sound": "" "sound": "default"
}; };
return next(err, opts); return next(err, opts);
}, next); }, next);