\""description\"":\""Push app instance (pushAppId
\""description\"":\""Push app instance (pushAppId
\""description\"":\""No resource method found for GET
Thank you!
I will take a look and try to get it working!
These are like system localStorage variables they are automatically populated with deviceId and token values?
That's strange did I get a different version of the sample project, I don't see any local storage variables.
Do we need to be able to see the devices and have access to them? For the sample app it's okay, but for production surely we need to see which devices are registered?
Thanks, that works.
So in the emulator I can get the device id and then register the device, but when I try to get the channels using the device id it fails.
But the above works testing in Tiggzi with "device1".
I tried this in a button push click event:
alert(PushNotification.getDeviceUniqueIdentifier());
running in an emulator i see no alert?
Ok, it's working now within the project, but not when I run in the browser.
Is it possible to receive notifications when testing in the brower or the app has be deployed to a device / emulator?