Post

Replies

Boosts

Views

Activity

Reply to MultiPeerConnectivity under iOS 14
The new MultipeerConnectivity documentation describes a new usage string that you need in your Info.plist file: Apps that use the local network must provide a usage string in their Info.plist with the key NSLocalNetworkUsageDescription. Apps that use Bonjour must also declare the services they browse, using the NSBonjourServices key. You can find a description of the key here: https://developer.apple.com/documentation/bundleresources/information_property_list/nslocalnetworkusagedescription?changes=latest_major
Jun ’20