Click here to Skip to main content
15,885,365 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi all,
I have a situation in my app: i want send the notification from phone A to phone B through app not message. after sending message, it will display notification in phone B and if phone B reply it will send again to phone A.
My question: how is it called in app development ? Can you tell me something about the workflow of this thing ? If better, i want to use AWS service .

Thanks.

What I have tried:

I don't have any idea about this. I thought about AWS SNS but it seems not right.
Posted
Updated 31-Dec-16 4:35am
Comments
Richard MacCutchan 31-Dec-16 3:41am    
Exactly so, you need a middleman to receive and forward the messages. Something like whatsapp.

1 solution

You need to implement the push notification services, in your own application. If the phone A and B are on the same device-type; Android, iOS etc. Then you can easily configure the services such as Firebase for Android etc. However, if the platforms are different, then instead of implementing these on every device, you can easily configure Azure Notification Hub to send and receive the messages, where you can pass the keys for your Firebase and other services for push notifications.

I wrote an answer to a similar question previously, please read that answer here: How to implement push notifications[^]
 
Share this answer
 
Comments
baotdinh 5-Jan-17 16:47pm    
Thank for your explanation

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900