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