ScaryFace87
Posts: 0
Joined: Sun Jun 21, 2015 9:55 am

How to send a push notification from device to all?

Hello ,

I would like to add in my app a thing to send notifications to everyone.
For example if i write in a text box "Hello this is a push" it will send a notification to all people with "Hello this is a push".
I found a video wich is what i want but its outdated
This is the link to it : https://www.youtube.com/watch?v=aHFVO...
I can only follow it for 75% , i cant add a javascript to the payload thing

Thank you in advance

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

How to send a push notification from device to all?

Hi -

Please check this section in our docs: https://devcenter.appery.io/documenta...

You can send push notifications to all devices by selecting it in "Send push notifications to" and "Select device type" or you can write specific query for your case.

Image

ScaryFace87
Posts: 0
Joined: Sun Jun 21, 2015 9:55 am

How to send a push notification from device to all?

No i mean sending it FROM a device
its near Push notification API but i cant get it working with a text box

I mean like if i put "Hello" in a box , and then press a button then it should send "hey" to everyone as push notifications within the app (so i dont have to use my laptop)

ScaryFace87
Posts: 0
Joined: Sun Jun 21, 2015 9:55 am

How to send a push notification from device to all?

Hello ,

I followed it but now i wanna make it so its going to look for the text box.
for example if i put in a box "Test" and if i press the button "test" will be sent as push notifications , sorry if i was unclearly

I found it out by looking an outdated tutorial. i just needed to map it

Thank you for helping!

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

How to send a push notification from device to all?

Have you been able to bind text box with your Push service?

ScaryFace87
Posts: 0
Joined: Sun Jun 21, 2015 9:55 am

How to send a push notification from device to all?

If you mean that its "reading" the textbox and sending the message thats writen in the textbox , then yes

Return to “Issues”