BlinkID(React-Native) license key 问题

license key issue of BlinkID(React-Native)

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

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

N.B: 请注意附件错误。 非常感谢

您应该更改 AndroidManifest.xmlbuild.gradle 文件以及 MainActivity.javaMainApplication.java 中的包名称,使其与您生成的 appID 匹配许可证。