Matchmaking across platforms

dud
dud
edited September 2015 in Native
I am making a turnbased board game with HTML5(javascript), native iOS and Android.
I want to use Photon(Turnbased)'s Android, iOS, Javascript SDKs.
Is it possible to matchmake across those platforms?

Comments

  • Hi dud,

    matchmaking is independent from the client side framework you use. You can start and join a match from whatever sdk you use.
  • Hi dud.

    Yes, as Serphimera has already explained, this is perfectly possible.

    Please make sure that both Clients pass the same appID and version number to the LoadBalancing API, as otherwise Photon will consider them different applications / incompatible versions and not let them see each other.