My app has added the WiFi configuration function. All the relevant permissions have been configured, and there is no problem with the package test.
But when preparing to pack and upload to the app store,
ERROR ITMS-90514: "Missing Code Signing Entitlement. Use of the 'network-authentication' background mode in 'Payload/xxx.app/xxx' requires either the 'com.apple.developer.CaptiveNetworkPlugin' or 'com.apple.developer.networking.HotspotHelper' entitlement."
is reported as wrong
when add
<key>com.apple.developer.networking.HotspotHelper</key>
<true/>
Xcode compilation will report error :
-1: Provisioning profile "xxx" doesn't include the com.apple.developer.networking.HotspotHelper entitlement. (in target 'xxx)