iOS-Runtime-Headers
iOS-Runtime-Headers copied to clipboard
issue while loading Faceid Enroll View
hi i want enroll face id with in my app and for that purpose i am loading BiometricUIKit framework(i know that private framework app will be rejected but i am creating this app for in house distribution) In BiometricUIKit framework i am loading BKUIPearlEnrollController.h and when i click get started button i got this exception logs
"2019-07-23 17:17:16.656227+0500 biometricTest[1696:266901] [Framework-Internal] AssertMacros: err == 0 (value = 0x1003), file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/BiometricKit/BiometricKit-85.260.5/BiometricKit/BiometricKitXPCClient.m, line: 518
2019-07-23 17:17:16.656348+0500 biometricTest[1696:266901] [Framework-Internal] AssertMacros: [self initializeConnection] == 0 (value = 0x1003), file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/BiometricKit/BiometricKit-85.260.5/BiometricKit/BiometricKitXPCClient.m, line: 958
2019-07-23 17:17:16.656412+0500 biometricTest[1696:266901] [Framework-Internal] AssertMacros: cfgDict (value = 0x0), file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/BiometricKit/BiometricKit-85.260.5/BiometricKit/BKDevice.m, line: 209
2019-07-23 17:17:16.656446+0500 biometricTest[1696:266901] [Framework-API] BKDevice::protectedConfigurationForUser: -> (unlockEnabled:0,identificationEnabled:0,loginEnabled:0,applePayEnabled:0)
2019-07-23 17:17:16.657087+0500 biometricTest[1696:266901] [Framework-Internal] AssertMacros: err == 0 (value = 0x1003), file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/BiometricKit/BiometricKit-85.260.5/BiometricKit/BiometricKitXPCClient.m, line: 518
2019-07-23 17:17:16.657181+0500 biometricTest[1696:266901] [Framework-Internal] AssertMacros: status == 0 (value = 0x1003), file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/BiometricKit/BiometricKit-85.260.5/BiometricKit/BiometricKitXPCClient.m, line: 632
2019-07-23 17:17:16.657292+0500 biometricTest[1696:266901] [Framework-API] BKOperation::startOperation -> reply(0, Error Domain=com.apple.BiometricKit Code=1 "(null)")
2019-07-23 17:17:16.657382+0500 biometricTest[1696:266901] [Framework-API] BKEnrollPearlOperation:start -> 0 Error Domain=com.apple.BiometricKit Code=1 "(null)"
2019-07-23 17:17:16.657457+0500 bio
metricTest[1696:266949] [Framework-Internal] AssertMacros: err == 0 (value = 0x1003), file: /BuildRoot/Library/Caches/com.apple.xbs/Sources/BiometricKit/BiometricKit-85.260.5/BiometricKit/BiometricKitXPCClient.m, line: 518 "
@Johnny314 did you find the solution ? I am getting this same issue.. Thank you