Browse Source

add sound to ios

activeAddress
Matias Alejo Garcia 9 years ago
parent
commit
427c56d4d6
  1. 2
      lib/pushnotificationsservice.js

2
lib/pushnotificationsservice.js

@ -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);

Loading…
Cancel
Save