Feat/sound
@ -125,9 +125,10 @@ PushNotificationsService.prototype._sendPushNotifications = function(notificatio
"message": content.plain.body
}
};
opts.ios = {
"alert": content.plain.body,
"sound": ""
"sound": "default"
return next(err, opts);
}, next);