Hi,
I followed the steps in the tutorials to send a notification message, and I could send a notification to my device successfully, but still a small issue. I want to open the app on a page that displays the text of the notification when the user clicks the notification on the device. I tried the "Push Notification" event on the Start Screen and I added the following JS on the Handler:
alert (data.aps.alert);
However when I click the notification on my device, the app opens on the start screen but the notification message is not shown.
Please Advise