work in Android & ios together

I'm developing a unity network game using PUN. Is it possible for android and ios users to play the game together?

Comments

  • Hi @AppPop,

    yes, this is possible when you are using the same AppId, same game version and the same PUN version for both platforms.
  • @Christian_Simon I'm so glad to hear that. Thank you for the good news^^
  • What is the game version?
    If it is the one in my app, I need to change the game version bigger when I release the new version of apps.
    I guess PUN version also changes. Will it be a problem for me?
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @AppPop,

    Thank you for choosing Photon!

    You can read about AppVersion here.
    Also check out our "Matchmaking Checklist".
  • Suppose many clients are playing the game. Can an user send message to a certain user, not all others?
  • JohnTube
    JohnTube ✭✭✭✭✭
    Hi @AppPop,

    Next time create a new thread for a new question.

    If you want to send an event to one user in a room: use RaiseEvent method and specify actor number in RaiseEventOptions.TargetActors. Read more here.