We have an ipad that connects to a mac device on the local network. And the connections have suddenly stopped working after Xcode 12 and driving us crazy as to where the issue is. (We don’t have the multicast entitlement capabilities so it wasn’t added to any of our builds. )
Xcode 11: For some reason all our builds from Xcode 11 have successful local network connections on IOS 12 & 14
Xcode 12: but ever since we updated Xcode to 12 local networking on all our builds no longer work on IOS 14. To make it more interesting they do work on older IOS 12 devices.
So we’re left wondering where to apply any solutions here. We’ll apply for multicast but still wondering how it’s possible local networking works only with Xcode 11 builds on all IOS and Xcode 12 builds work only on iOS 12 and not IOS 14
What should we do here? Any tips can help thank you.