getchannels
Jon..
Not to hijack ur post but I'm having the same issues.
See..
https://getsatisfaction.com/tiggzi/to...
They are looking into it I guess...
Catch up wih the Appery.io community on our forum. Here you'll find information on the lastest questions and issues Appery.io developers are discussing.
https://forum.appery.io/
Jon..
Not to hijack ur post but I'm having the same issues.
See..
https://getsatisfaction.com/tiggzi/to...
They are looking into it I guess...
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?
Check Rest Service "RegisterDevice" parameters:
GUID: is taken from app address
device ID: is taken from localStorage variable "pushNotificationDeviceID"
token: is taken from localStorage variable "pushNotificationToken"
That's strange did I get a different version of the sample project, I don't see any local storage variables.
These localStorage variables should not be visible in the editor, but they're available from app.
You can create in editor localStorage variables "pushNotificationDeviceID" and "pushNotificationToken" and use them in your app.
These are like system localStorage variables they are automatically populated with deviceId and token values?
Yes, these variables automatically take values when app is run on device.
Hello! Push tutorial is updated.
Thank you!
I will take a look and try to get it working!
I still have the same problem. Can you send me the sample project as well?