Post

Replies

Boosts

Views

Activity

Reply to Network privacy permission check
@Frameworks Engineer We're using NetServiceBrowser from NSNetServices. But it does not return an error code telling us about the missing permission if the user has rejected the permission. This API is not deprecated and it even got a new error code if the configuration in the Info.Plist is not present. I think this needs to return an error if you try to browse and the user has rejected. Switching to NWBrowser - which was only added with iOS 13 leaves us with the hassle of having to use two APIs in parallel. Both of them not deprecated. Please just add a proper error to NetServiceBrowser
Sep ’20