What is IP address of a Photon?

How can I get the IP of my Photon?
I have it running as a TCP server, and want my iOS device TCP client to connect to the Photon TCP server.
But, iOS needs to know IP of Photon first.
(Using port 80.)

@douglaskbell, you can get the IP on the Photon using this function. The iOS could call a function on Photon which would then publish the IP in a string. iOS would subscribe to the event and receive the IP. You could also run the MDNS service to make the Photo appear via bonjour.