From 427c56d4d69b077b61b003349245dfecd07087ca Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 20 Jan 2016 23:15:35 -0300 Subject: [PATCH] add sound to ios --- lib/pushnotificationsservice.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pushnotificationsservice.js b/lib/pushnotificationsservice.js index a12724a..335c0ba 100644 --- a/lib/pushnotificationsservice.js +++ b/lib/pushnotificationsservice.js @@ -127,7 +127,7 @@ PushNotificationsService.prototype._sendPushNotifications = function(notificatio }; opts.ios = { "alert": content.plain.body, - "sound": "" + "sound": "default" }; return next(err, opts); }, next);