Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

iOS can't receive broadcasts from LLAPI...

Discussion in 'Multiplayer' started by bkeesing, Feb 15, 2018.

  1. bkeesing

    bkeesing

    Joined:
    Apr 10, 2017
    Posts:
    15
    I'm using LLAPI's NetworkTransport.SetBroadcastCredentials() to receive broadcasts from NetworkTransport.StartBroadcastDiscovery() on another device. So this is what I have tried:
    • When running on two PCs, it works fine.
    • When running the server (ie sending the broadcasts) on iOS and the client (receiving broadcasts) on PC, it also works fine.
    • BUT when I have iOS as the client and PC as the server, the iOS device is NOT receiving any broadcasts.
    I'm not sure if this is an LLAPI issue, or an iOS issue, or maybe something else altogether. It surely can't be the network since it works between 2 PCs (working over the wifi). I have tested with 2 different iOS devices and get the same result.

    Anyone know anything about this?

    Btw I am testing on 2017.3.0f3.