Posts

Post not yet marked as solved
5 Replies
0 Views
@Frameworks Engineer Can we please get an error for NSNetServiceBrowser as well? NWBrowser is iOS13 only, NetServiceBrowser is not deprecated and even got an error if you forgot to setup the stuff in the Info.plist. WHY should it not return an error but NWBrowser does?
Post not yet marked as solved
46 Replies
0 Views
@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
Post marked as solved
8 Replies
0 Views
Had the same problem. Enabling bitcode in the build settings solved the issue for us.