是否必须获得网络多播授权才能访问本地网络以支持 iOS 14?
Is it mandatory to get networking-multicast entitlement for local network access to support iOS 14?
我的应用程序正在使用 2 个广播服务 (_xxx-xx-xxx._tcp、_xxx._tcp) 来搜索网络中的设备。为此,我是否需要为应用程序添加 networking-multicast entitlement
?
目前,我已经在NSBonjourServices
和NSLocalNetworkUsageDescription
中添加了服务,并且运行良好。
苹果提供的示例教程中
提示申请权限
您可以在 https://developer.apple.com/forums/thread/663875
中找到问题的答案
也提到了当前的例外情况。
我的应用程序正在使用 2 个广播服务 (_xxx-xx-xxx._tcp、_xxx._tcp) 来搜索网络中的设备。为此,我是否需要为应用程序添加 networking-multicast entitlement
?
目前,我已经在NSBonjourServices
和NSLocalNetworkUsageDescription
中添加了服务,并且运行良好。
苹果提供的示例教程中
提示申请权限
您可以在 https://developer.apple.com/forums/thread/663875
中找到问题的答案也提到了当前的例外情况。