Android apps without public ip address

207 views Asked by At

I am working on a system where an android app registers itself to a HTTP server (REST) in order to be notified of events.

The problem in real time is that the mobile phone doesn't have a public IP address.

This public IP address is usually needed by the server in order to communicate with the mobile app.

How can we resolve this problem, enabling mobile phones that do not have public IPs' to be notified by the server?

N.B : the application is for assigning missions to an agent, so we need to send, say an object conatingin the mission description, the place etc...

1

There are 1 answers

2
MD1948 On
  1. You could keep the connection to the server and do a push from the server with the informations to the Client through the Connection.

  2. Use the Google Cloud Messaging instead