I am trying to create an iPhone P2P app. If I know someone’s ip address and port number (I am going to use a fixed port number) then can I send a packet to the person regardless of the network the person belongs to and ISP company the person uses?
Basically, I am going to set up a centralized server and users update their IP address (I am going to use a fixed port number) to the server. If I want to send something to someone then I can get the person’s IP address from server and create a socket and send whatever I want over the socket…
I was wondering If I have to consider something else…
Thanks in advance
There are certain things you need to consider here.