Page 4 of 5

getchannels

Posted: Tue Feb 12, 2013 4:08 pm
by Emmz

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...


getchannels

Posted: Tue Feb 12, 2013 5:01 pm
by Jon Crump

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?


getchannels

Posted: Tue Feb 12, 2013 6:32 pm
by Kateryna Grynko

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"


getchannels

Posted: Tue Feb 12, 2013 6:47 pm
by Jon Crump

That's strange did I get a different version of the sample project, I don't see any local storage variables.


getchannels

Posted: Tue Feb 12, 2013 7:00 pm
by Kateryna Grynko

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.


getchannels

Posted: Tue Feb 12, 2013 7:16 pm
by Jon Crump

These are like system localStorage variables they are automatically populated with deviceId and token values?


getchannels

Posted: Tue Feb 12, 2013 7:30 pm
by Kateryna Grynko

Yes, these variables automatically take values when app is run on device.


getchannels

Posted: Thu Feb 14, 2013 3:14 pm
by Kateryna Grynko

Hello! Push tutorial is updated.


getchannels

Posted: Thu Feb 14, 2013 3:43 pm
by Jon Crump

Thank you!
I will take a look and try to get it working!


getchannels

Posted: Thu Mar 14, 2013 4:13 pm
by Petar Angelov

I still have the same problem. Can you send me the sample project as well?