Worked on Face Lock issues that were not functioning properly across different devices, including R&D to handle device and OS version compatibility.

This commit is contained in:
mansi-dev
2026-01-22 23:57:53 +05:30
parent 410305a3b7
commit 063b0009a4
8 changed files with 3137 additions and 23 deletions

View File

@@ -28,7 +28,6 @@
<true/>
<key>NSAppTransportSecurity</key>
<dict>
<!-- Do not change NSAllowsArbitraryLoads to true, or you will risk app rejection! -->
<key>NSAllowsArbitraryLoads</key>
<false/>
<key>NSAllowsLocalNetworking</key>
@@ -36,6 +35,8 @@
</dict>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<key>RCTNewArchEnabled</key>
<true/>
<key>UILaunchStoryboardName</key>
<string>LaunchScreen</string>
<key>UIRequiredDeviceCapabilities</key>