From 383c2d63c83c225801c944ec6f82b4ae3f7268b6 Mon Sep 17 00:00:00 2001 From: Matias Alejo Garcia Date: Wed, 20 Jan 2016 23:17:56 -0300 Subject: [PATCH] . --- lib/pushnotificationsservice.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/pushnotificationsservice.js b/lib/pushnotificationsservice.js index 335c0ba..84ecc35 100644 --- a/lib/pushnotificationsservice.js +++ b/lib/pushnotificationsservice.js @@ -125,6 +125,7 @@ PushNotificationsService.prototype._sendPushNotifications = function(notificatio "message": content.plain.body } }; + opts.ios = { "alert": content.plain.body, "sound": "default"