Page 1 of 2
Push notification from one device to another device using appery server.
Posted: Fri Jan 24, 2014 12:35 pm
by SURESH B.K
Hi,
I am new to appery.......i want push notifications in appery . i am able to send notification from appery server to an android device that i achieved it.
now i want to send a notification from one device to another device using appery server.....
can you provide me some information on that how to procede.
thanks
Push notification from one device to another device using appery server.
Posted: Fri Jan 24, 2014 2:59 pm
by Maryna Brodina
Push notification from one device to another device using appery server.
Posted: Fri Jan 24, 2014 5:01 pm
by SURESH B.K
HI Maryna..
thanks for your response.....
the link which you have provided is done by me.....it is to send notification from appery server to device.....
but my requirement is i want to send a notification from one device to another device using appery server.....
Push notification from one device to another device using appery server.
Posted: Fri Jan 24, 2014 7:45 pm
by Maryna Brodina
Sorry, here is the correct link http://docs.appery.io/documentation/b.... Use API to send pushes, to send notification to a specific device setup filter in request.
Push notification from one device to another device using appery server.
Posted: Sun Jan 26, 2014 5:50 pm
by SURESH B.K
HI Maryna..
I Think you didnot get my point...
i want to send a notification from one device to another device using appery server.....means it should work like chat application(ex:WhatsApp,skype,chat).
when i send a text from one device it should reach another device.
Push notification from one device to another device using appery server.
Posted: Mon Jan 27, 2014 3:51 pm
by Kateryna Grynko
Hi Suresh,
Yes, this is what we advise you. Please read our tutorial. Use API of Push notifications from an app.
Push notification from one device to another device using appery server.
Posted: Mon Jan 27, 2014 4:47 pm
by SURESH B.K
i have tried using API but not able to succed...can you pls provide me with example.
Push notification from one device to another device using appery server.
Posted: Tue Jan 28, 2014 6:52 am
by Maryna Brodina
Hello! Could you clarify what have you tried and what exactly doesn't work?
Push notification from one device to another device using appery server.
Posted: Tue Jan 28, 2014 9:32 am
by SURESH B.K
i have tried what is there in documents...but its not clear to understand how i need to succed.
i didn't understand how to send a notifications from a device to another device ?
i this image what i need to map for payload,schdule and filter?
can u people provide me sample code
Push notification from one device to another device using appery server.
Posted: Tue Jan 28, 2014 9:36 am
by SURESH B.K
in documents said that write below lines in server code
but in server code there is no options where to write and how to map?
PN.send(
"ffbe3bb4-3ea0-4ee6-b9db-587e43cfdb31",
{
"message": "Notification sample",
"badge": 1
},
{
"channels": {"$in":[1,2]}
}
);