diff --git a/js/index.js b/js/index.js index 81f2367c1..d002463a1 100644 --- a/js/index.js +++ b/js/index.js @@ -343,6 +343,7 @@ class PushNotificationIOS { this._category = notifVal.category; this._contentAvailable = notifVal['content-available']; this._threadID = notifVal['thread-id']; + this._fireDate = nativeNotif.fireDate; } else { this._data[notifKey] = notifVal; }