Thanks for pointing me in the right direction, Gonçalo Miguel! I got it to work with the following code in the Device ready event: if (device.platform == 'iOS') { PushNotification.getPendingNotifications(function(notifications) { var item = JSON.stringify(['getPendingNotifications', notifications]);...