Hi,
Thanks for the reply!
Yes, push notifications are enabled. In fact, if I manually register my device on the remote website, then I can send notifications to the device. The problem seems to be that I'm not picking up pushNotificationToken.
As you can see from this screenshot, I have now added a label to the homepage as you suggest:
On load, firstly, I set pushNotificationToken as a local storage variable, I then set the label value to that of the newly created pushNotificationToken local storage variable.
What happens is, the label value changes from "pushNotificationToken Label" to "pushNotificationToken".
Is it sufficient to enter "pushNotificationToken" into the value input when setting a local storage variable? Like this:
Or am I doing something else wrong?
Chris