Carlos Castillo6909856
Posts: 0
Joined: Tue Jun 03, 2014 12:51 pm

Select Push Notification

sorry but where am I supposed to put this code ona the JS rom the channel or the devideid?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Select Push Notification

Hi Carlos,

Just make the checking, if the value actually stored in your local Storage.

Carlos Castillo6909856
Posts: 0
Joined: Tue Jun 03, 2014 12:51 pm

Select Push Notification

No its not I do the select then I go out enable something else and when I get back the select is off again

I do have the Alert message
[121,122]

When I do enable the service
just for your reference this is on the channel JS:

var checked = [];
Appery("BambolonosII").find("input:checked").each(function(){
checked.push(parseInt($(this).val()));
});
alert(JSON.stringify(checked));
return JSON.stringify(checked);

On deviceid JS
return encodeURIComponent(value);

Image

Carlos Castillo6909856
Posts: 0
Joined: Tue Jun 03, 2014 12:51 pm

Select Push Notification

You need me to build a lab app where we can all test the service?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Select Push Notification

In you code above you have alert message with chanels - use the following code to check 'deviceid':
precode
alert("value = " + value);

return encodeURIComponent(value);
/code /pre

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Select Push Notification

Hola Carlos eres de México? Un saludo. Algún mail para contacto?

Carlos Castillo6909856
Posts: 0
Joined: Tue Jun 03, 2014 12:51 pm

Select Push Notification

si Mexicano de octavos de final....
a href="mailto:carlos@conectius.com" rel="nofollow"carlos@conectius.com/a
a href="mailto:carlosefrain@me.com" rel="nofollow"carlosefrain@me.com/a
a href="mailto:conectius001@gmail.com" rel="nofollow"conectius001@gmail.com/a

Carlos Castillo6909856
Posts: 0
Joined: Tue Jun 03, 2014 12:51 pm

Select Push Notification

I do get the alert and the message
value =

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

Select Push Notification

So, it's not stored. Please also check it as installed app on the device.

Alex GG
Posts: 0
Joined: Thu Nov 14, 2013 11:11 pm

Select Push Notification

hehe si no era penal...ok, te mando mail. Saludos

Return to “Issues”