Vinny B
Posts: 0
Joined: Fri Aug 22, 2014 2:22 pm

push notification not working if app is running..

It worked yesterday..

app name fdny firehouse and ems stations

code:

alert('Push Notification: ' + data.alert);
Apperyio("messageLabel").text(data.alert);
var currentPush = data.alert;
localStorage.setItem('pushNotification', currentPush);

Evgene Karachevtsev
Posts: 12
Joined: Mon Apr 28, 2014 1:12 pm

push notification not working if app is running..

Hello Vinny,

Please use codealert(data.message);/code, unfortunately it was changed again: https://devcenter.appery.io/documenta...

Return to “Issues”