EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

Trouble Sending Push Notifications

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

Yurii Orishchuk
Posts: 0
Joined: Fri Feb 14, 2014 8:20 am

Trouble Sending Push Notifications

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.

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

Trouble Sending Push Notifications

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

Julian Alberto De La Rosa Suncar
Posts: 0
Joined: Mon Jan 27, 2014 4:08 pm

Trouble Sending Push Notifications

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

Julian Alberto De La Rosa Suncar
Posts: 0
Joined: Mon Jan 27, 2014 4:08 pm

Trouble Sending Push Notifications

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

Julian Alberto De La Rosa Suncar
Posts: 0
Joined: Mon Jan 27, 2014 4:08 pm

Trouble Sending Push Notifications

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

Julian Alberto De La Rosa Suncar
Posts: 0
Joined: Mon Jan 27, 2014 4:08 pm

Trouble Sending Push Notifications

Shared app with support, the name is: Referencia

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

Trouble Sending Push Notifications

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

EJLD
Posts: 0
Joined: Sun Jun 08, 2014 11:03 pm

Trouble Sending Push Notifications

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

Return to “Issues”