I"m new in Android development. I need to create some king of a server on android phone, that sends back data. I did some research and found that there is a push notification that 3rd party server (C#) can send notification to the android app, but I didn't found any answers if on that notification app can send back a response (data that I decide to send )
For example: I have a android app that listening for notification. Some 3rd party server sends notification via Google notification services (some command). My android app catches it, and sends a response in JSON format back to requested 3rd party server.
Is it possible.
Does push notification supports response data send back?
Thank you.