同一台手机
在debug模式下使用标准基座运行:调用uni.checkIsSupportSoterAuthentication,能正常返回 {"supportMode",["fingerPrint"],"checkIsSupportSoterAuthentication:ok"}
在离线自定义基座打包安装之后:调用uni.checkIsSupportSoterAuthentication,返回 {"supportMode",[],"checkIsSupportSoterAuthentication:ok"},没法识别指纹系统可用
fingerPrint相关的fingerprint-release.aar已经在自定义基座的lib添加,dcloud_properties.xml也已经添加了节点<feature name="Fingerprint" value="io.dcloud.feature.fingerprint.FingerPrintsImpl"/>,权限<uses-permission
android:name="android.permission.USE_FINGERPRINT"/>也已经在AndroidManifest.xml中添加
请问是还有哪里需要设置吗?有大佬知道吗
0 个回复