我作为开发人员在 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'
})
我的意思是我应该在哪里输入包名。请关注我的问题。
注意:请关注错误附件。进阶谢谢!