ios 开发 NSNetServicesErrorCode = "-72008";

之前开发的一个app 有关近场通讯的app , 今天一打开保存 72008

看了资料 , 是需要在 APPinfo 里面做配置 , 所以并不是手机坏了 , 在 ios 14 系统上需要的

NSLocalNetworkUsageDescription
Reason for using Bonjour that the user can understand
NSBonjourServices

    _my-service._tcp
    _my-service._udp

_my-service 指代的是 你的服务名称

你可能感兴趣的:(ios 开发 NSNetServicesErrorCode = "-72008";)