We have used MPC to advertise and browse for a config service for our app. All was working fine but now when we try and use this building our app with Xcode 12 and installing on iOS 14 on an iPhone we no longer can advertise or browse for our service. We have added the local network privacy string to our info.plist and also added Bonjour Services to our info.plist as well. We have a service named "zconfig-cfg" and we have tried many different variations of listing it in the Bonjour Services ... we have followed other examples and tried "zonfig-cfg.tcp" and "zconfig-cfg.upd" and variations without the leading underscore as well. Whenever we try and advertise or call browse we are getting this error code "missingRequiredConfigurationError".
What are we possibly missing? This was working fine when we ran it on iOS 13. It also worked on iOS 14 when we installed our app that was built with Xcode 11. Now when we build with Xcode 12 and install it direct to an iOS 14 device we cannot figure out what we are missing.
What are we possibly missing? This was working fine when we ran it on iOS 13. It also worked on iOS 14 when we installed our app that was built with Xcode 11. Now when we build with Xcode 12 and install it direct to an iOS 14 device we cannot figure out what we are missing.