Page 1 of 1
How to send a push notification from device to all?
Posted: Mon Jun 29, 2015 12:57 pm
by ScaryFace87
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
How to send a push notification from device to all?
Posted: Mon Jun 29, 2015 2:26 pm
by Illya Stepanov
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.
How to send a push notification from device to all?
Posted: Mon Jun 29, 2015 2:47 pm
by ScaryFace87
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)
How to send a push notification from device to all?
Posted: Tue Jun 30, 2015 8:46 pm
by Serhii Kulibaba
Hello,
Please follow this documentation: https://devcenter.appery.io/documenta...
How to send a push notification from device to all?
Posted: Tue Jun 30, 2015 11:57 pm
by ScaryFace87
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!
How to send a push notification from device to all?
Posted: Mon Jul 06, 2015 10:36 pm
by Illya Stepanov
Have you been able to bind text box with your Push service?
How to send a push notification from device to all?
Posted: Tue Jul 07, 2015 9:51 am
by ScaryFace87
If you mean that its "reading" the textbox and sending the message thats writen in the textbox , then yes