When my app starts, I see this message (see image attached). Where is this coming from?
thank you
hi!
this is an alert, you should have alert(...); somewhere in your JS code for that page..
Yes, I have this:
setTimeout(function(){alert(localStorage.getItem('pushNotificationDeviceID'));}, 1);
on start screen, device ready. Is this incorrect for push notifications?
Hi Jennifer,
It's ok. There is no need to use this alert so you can remove or comment it.
Thank you Katya!