I have recently published a new build version of my game (Solar2D 2021.3641) on the Apple Store (with Xcode version 12.4) and on the Google Play Store.
I use the zeroconf plugin to search a nearby game. The plugin works fine on android devices and only on apple devices with version lower than IOS 14.4 (I have tried on two devices with IOS 14.4 and it seems they can’t browse or publish with zeroconf, but a device with IOS 12.4.9 and 11.4 works fine using the exact same build.
So I’ve suspected the problem isn’t about my build but with the version of IOS since it still works on older versions with the same build… I was wondering if anyone had a similar situation and how to fix it or could explain to me what is happening…
Thanks in advance