简体   繁体   English

BlinkID(React-Native)的license key问题

[英]license key issue of BlinkID(React-Native)

I have created an account on microblink.com as a developer and I have gotten a Licenses key after creating a free trial on BlinkID(react-native) project.我以开发人员的身份在 microblink.com 上创建了一个帐户,并在为 BlinkID(react-native) 项目创建免费试用版后获得了许可证密钥。 And I have cloned your GitHub repo of BlinkID/blinkid-react-native and I have updated the android and ios License keys.我已经克隆了你的BlinkID/blinkid-react-native 的GitHub 存储库,并且我已经更新了 android 和 ios 许可证密钥。 After updated I run it run but after opening the scanning window it shows an error and it's a license-related error.更新后我运行它运行,但打开扫描窗口后,它显示一个错误,这是一个与许可证相关的错误。 I need to know about to store package name(Android).我需要知道存储包名称(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'
})

I mean where I should type the package name.我的意思是我应该在哪里输入包名。 Please concern m with my question.请关注我的问题。

NB: Please concern about the error attached file.注意:请关注错误附件。 Advanced Thanks !高级谢谢

在此处输入图片说明

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM