之前开发的一个app 有关近场通讯的app , 今天一打开保存 72008
看了资料 , 是需要在 APPinfo 里面做配置 , 所以并不是手机坏了 , 在 ios 14 系统上需要的
<key>NSLocalNetworkUsageDescription</key>
<string>Reason for using Bonjour that the user can understand</string>
<key>NSBonjourServices</key>
<array>
<string>_my-service._tcp</string>
<string>_my-service._udp</string>
</array>
网友评论