1 人脸识别来进行账户认证 被拒
We noticed that your app includes facial recognition for account authentication, but it does not use LocalAuthentication as the app's primary authentication mechanism. LocalAuthentication must be your app's primary biometric authentication method, and any other custom facial recognition mechanism should be optional for login and cannot replace LocalAuthentication. Next Steps To resolve this issue, please revise your app to use LocalAuthentication as the primary mechanism for any biometric account authentication. Resources LocalAuthentication offers users secure, effortless access to their devices. Visit Apple Developer for resources more on using LocalAuthentication.(我们注意到您的应用程序包含了人脸识别来进行账户认证,但是它并没有使用LocalAuthentication作为应用程序的主要认证机制。 LocalAuthentication必须是应用程序的主要生物特征认证方法,任何其他自定义人脸识别机制都应该是登录时可选的,不能取代LocalAuthentication。)
苹果强制 面部识别 使用苹果自带的或者必须加入可选(类似三方登陆),建议需要的做开关隐藏处理
2 iOS本地网络被拒解决方案: local network
加入本地网络描述即可
<key>NSLocalNetworkUsageDescription</key>
<string>是否允许此 App,使用网络权限来加XXXX</string>