securing the connection

Options
Hi all,

So I'm using PUN and setting up connections and rooms using the standard code:

PhotonNetwork.ConnectUsingSettings("1.0");

PhotonNetwork.JoinRandomRoom

etc

My question is, if someone obtains our Photon AppID, can they use it in their own app and consume our allocated CCU? Is there something simple I can do to prevent this from happening? How do I ensure that the traffic is actually coming from our app?

Thanks in advance

Comments