You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<string>$(PRODUCT_NAME) requires FaceID access to allows you quick and secure access.</string>
83
+
```
67
84
68
85
### Extra Configuration
69
86
@@ -90,14 +107,6 @@ Samsung and MeiZu's Fingerprint SDK supports most devices which system versions
90
107
-dontwarn com.samsung.android.sdk.**
91
108
```
92
109
93
-
3. Add `NSFaceIDUsageDescription` to your Info.plist to describe the reason your app uses Face ID. (see [Documentation](https://developer.apple.com/library/content/documentation/General/Reference/InfoPlistKeyReference/Articles/CocoaKeys.html#//apple_ref/doc/uid/TP40009251-SW75)). Otherwise the App will crash when you start a Face ID authentication on iOS 11.3+. For example,
0 commit comments