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