Search found 213 matches

Go to advanced search

by Chris6743166
Thu Mar 20, 2014 2:16 pm
Forum: Issues
Topic: pushNotificationToken in service Request parameter. How?
Replies: 5
Views: 1012
 
Jump to post

pushNotificationToken in service Request parameter. How?

I seem to have resolved the problem by running this javascript on Device Ready: codesetTimeout(function(){ var pnt_value = localStorage.getItem('pushNotificationToken'); localStorage.setItem('js_token', pnt_value); wpRegisterToken.execute(); }, 1);/code Strangely, I also have...
by Chris6743166
Thu Mar 20, 2014 10:59 am
Forum: Issues
Topic: pushNotificationToken in service Request parameter. How?
Replies: 5
Views: 1012
 
Jump to post

pushNotificationToken in service Request parameter. How?

Hi, Thanks for the reply! Yes, push notifications are enabled. In fact, if I manually register my device on the remote website, then I can send notifications to the device. The problem seems to be that I'm not picking up pushNotificationToken. As you can see from this screenshot, I have now added a ...
by Chris6743166
Wed Mar 19, 2014 10:10 pm
Forum: Issues
Topic: pushNotificationToken in service Request parameter. How?
Replies: 5
Views: 1012
 
Jump to post

pushNotificationToken in service Request parameter. How?

I'm trying to get the pushNotificationToken into a service request parameter in order to register a device on a website and therefore allow that site to send notifications to the device. I have hit a brick wall with getting the pushNotificationToken into the token parameter. Here are some screenshot...

Go to advanced search