You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note that on iOS 14 NSBonjourServices and NSLocalNetworkUsageDescription details need to be included in the Info.plist. A -72008 error code will be thrown otherwise and the app will crash due to an infinite loop.
/* Missing required configuration for local network access.
*
* NSBonjourServices and NSLocalNetworkUsageDescription are required in Info.plist
*/
NSNetServicesMissingRequiredConfigurationError API_AVAILABLE(macos(11.0), ios(14.0), tvos(14.0)) API_UNAVAILABLE(watchos) = -72008L,
No description provided.
The text was updated successfully, but these errors were encountered: