Emmz
Posts: 0
Joined: Sat Jun 23, 2012 11:06 pm

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

Jon Crump
Posts: 0
Joined: Tue Dec 11, 2012 8:34 pm

getchannels

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?

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

getchannels

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"

Jon Crump
Posts: 0
Joined: Tue Dec 11, 2012 8:34 pm

getchannels

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

getchannels

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.

Jon Crump
Posts: 0
Joined: Tue Dec 11, 2012 8:34 pm

getchannels

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

getchannels

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

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

getchannels

Hello! Push tutorial is updated.

Jon Crump
Posts: 0
Joined: Tue Dec 11, 2012 8:34 pm

getchannels

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

Petar Angelov
Posts: 0
Joined: Thu Mar 14, 2013 4:00 pm

getchannels

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

Return to “Issues”