Browse Source

.

activeAddress
Matias Alejo Garcia 9 years ago
parent
commit
383c2d63c8
  1. 1
      lib/pushnotificationsservice.js

1
lib/pushnotificationsservice.js

@ -125,6 +125,7 @@ PushNotificationsService.prototype._sendPushNotifications = function(notificatio
"message": content.plain.body
}
};
opts.ios = {
"alert": content.plain.body,
"sound": "default"

Loading…
Cancel
Save