SURESH B.K
Posts: 0
Joined: Fri Jan 24, 2014 12:29 pm

Push notification from one device to another device using appery server.

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

SURESH B.K
Posts: 0
Joined: Fri Jan 24, 2014 12:29 pm

Push notification from one device to another device using appery server.

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.....

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Push notification from one device to another device using appery server.

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.

SURESH B.K
Posts: 0
Joined: Fri Jan 24, 2014 12:29 pm

Push notification from one device to another device using appery server.

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.

Kateryna Grynko
Posts: 0
Joined: Thu Nov 15, 2012 9:13 am

Push notification from one device to another device using appery server.

Hi Suresh,

Yes, this is what we advise you. Please read our tutorial. Use API of Push notifications from an app.

SURESH B.K
Posts: 0
Joined: Fri Jan 24, 2014 12:29 pm

Push notification from one device to another device using appery server.

i have tried using API but not able to succed...can you pls provide me with example.

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

Push notification from one device to another device using appery server.

Hello! Could you clarify what have you tried and what exactly doesn't work?

SURESH B.K
Posts: 0
Joined: Fri Jan 24, 2014 12:29 pm

Push notification from one device to another device using appery server.

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 ?

Image

i this image what i need to map for payload,schdule and filter?

can u people provide me sample code

SURESH B.K
Posts: 0
Joined: Fri Jan 24, 2014 12:29 pm

Push notification from one device to another device using appery server.

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]}
}
);

Return to “Issues”