Push notifications delivered to apple apns server but device received nothing
Development environment: iOS 9.3.2 (iPh6ne 6+) ... but it works on iOS 8.x Phonegap 6.2.7 Phonegap-plugin-push v1.7.2 PHP7 (server side)- contentpush - ref My situation: the token was delivered to my server automatically message sent to ssl://gateway.push.apple.com 2195 successfully nothing received in device even alert("") push.on('notification', function(data) { console.log(data.message); alert(""); alert(data.title+" Message: " +data.message); }); Nitesh Apple doesn't give any guarantee on successful message delivery. you can see related answer here If you're not seeing Apple push