Page 5 of 8

Trouble Sending Push Notifications

Posted: Tue Dec 16, 2014 2:59 am
by EJLD

Hi Yurii,

thks for your prompt reply. always appreciated.

1/ understand the process when scheduled. however, it still does work :(

2/ as for the tutorial, here you are http://devcenter.appery.io/documentat...

any rewarding to point out misleading instructions? :)

looking forward to hearing from you on the fact that still it does fire ?

thks in advance,

Eric


Trouble Sending Push Notifications

Posted: Wed Dec 17, 2014 12:55 am
by Yurii Orishchuk

Hi EJLD,

DId you try to use console PUSH notifications and get it work?

See details: http://prntscr.com/5houri/direct

If not - at first you should get it work in the console.

Regards.


Trouble Sending Push Notifications

Posted: Wed Dec 17, 2014 9:21 am
by EJLD

Hi Yurii,
thks for your advice.
I'll check it asap and let you guys know.
Best
Eric


Trouble Sending Push Notifications

Posted: Thu Aug 13, 2015 10:42 pm
by Julian Alberto De La Rosa Suncar

Im using for ios testing Testflight. I have done all that is requested in tutorials in both sides apple and appery.io. PUSH notifications are not working. Since we need to use production certificates for Testflight we also put production certificates for push. Everything seems to be working okey. Once a targeted device load the app, the database brings a record with valid information. But when i do send push to IOS i get invalid token and the record get erased. Need Help Image Image Image Image Image


Trouble Sending Push Notifications

Posted: Thu Aug 13, 2015 10:42 pm
by Julian Alberto De La Rosa Suncar

The project id is a604c6d0-c5e8-4ce5-8ce2-8412a5633f80


Trouble Sending Push Notifications

Posted: Thu Aug 13, 2015 10:43 pm
by Julian Alberto De La Rosa Suncar

Trouble Sending Push Notifications

Posted: Thu Aug 13, 2015 10:44 pm
by Julian Alberto De La Rosa Suncar

As you can see when i launch the app, from ios it register the device but when try to send PUSH it remove its from database


Trouble Sending Push Notifications

Posted: Thu Aug 13, 2015 10:47 pm
by Julian Alberto De La Rosa Suncar

Shared app with support, the name is: Referencia


Trouble Sending Push Notifications

Posted: Tue Jan 26, 2016 5:42 am
by EJLD

Hi There, basically sending pushNotif works fine.

What I'd like is the app to read the pushNotif's data.message like described in

https://blog.appery.io/2016/01/how-to...

i have placed in the event panel onpageShow the code

$(document).on("push-notification", function(event, data) {
window.open(data.message, "_blank");
});

however, nothing happens onpageShow on deviceA after this same deviceA has received a notif from the app running on another deviceB

what is the trick to make it work ? :)

looking forward to reading you
Best,
Eric


Trouble Sending Push Notifications

Posted: Thu Jan 28, 2016 10:00 pm
by EJLD

Hi there, may I ask you for additional hint to make it work ? thk you, Eric