alert(data.aps.alert); This does not work at all
Here is my code that worked 4 hours ago
alert('Push Notification: ' + data.alert);
Apperyio("messageLabel").text(data.alert);
var currentPush = data.alert;
localStorage.setItem('pushNotification', currentPush);