4

我作为开发人员在 microblink.com 上创建了一个帐户,并且在创建 BlinkID(react-native) 项目的免费试用版后获得了许可证密钥。我已经克隆了你的BlinkID/blinkid-react-native的 GitHub 存储库,并且我已经更新了 android 和 ios 许可证密钥。更新后我运行它,但打开扫描窗口后它显示一个错误,这是一个与许可证相关的错误。我需要知道存储包名称(Android)。

在此处输入图像描述

const licenseKey = Platform.select({
    // iOS license key for applicationID: com.microblink.sample ----> instead of IDScanning
    ios: 'here is ios License key',
    // android license key for applicationID: com.microblink.sample ----> instead of IDScanning
    android: 'here is android License key'
})

我的意思是我应该在哪里输入包名。请关注我的问题。

注意:请关注错误附件。进阶谢谢

在此处输入图像描述

4

1 回答 1

3

您应该更改包的名称AndroidManifest.xmlbuild.gradle文件以及 in以便它MainActivity.javaMainApplication.java您生成许可证的 appID 匹配。

于 2021-10-14T15:11:57.377 回答