Commit 69213150 authored by Javohir Savriy's avatar Javohir Savriy
Browse files

Update HUAWEI-CONFIGURATION.md

parent 5e55f429
...@@ -29,7 +29,7 @@ Add the following dependency to your **module-level** `build.gradle` file: ...@@ -29,7 +29,7 @@ Add the following dependency to your **module-level** `build.gradle` file:
```gradle ```gradle
dependencies { dependencies {
implementation("uz.myid.sdk.capture:myid-integrity-sdk:3.1.8") implementation("uz.myid.sdk.capture:myid-integrity-sdk:3.1.9")
} }
``` ```
...@@ -79,7 +79,7 @@ This ensures that the SDK recognizes and properly initializes HMS support. ...@@ -79,7 +79,7 @@ This ensures that the SDK recognizes and properly initializes HMS support.
```gradle ```gradle
dependencies { dependencies {
implementation("uz.myid.sdk.capture:myid-integrity-sdk:3.1.8") implementation("uz.myid.sdk.capture:myid-integrity-sdk:3.1.9")
} }
``` ```
...@@ -120,7 +120,7 @@ To successfully publish the application in the Huawei AppGallery console, it is ...@@ -120,7 +120,7 @@ To successfully publish the application in the Huawei AppGallery console, it is
| Issue | Cause | Solution | | Issue | Cause | Solution |
| -------------------------------------- | ------------------------------- | -------------------------------------------------------------------- | | -------------------------------------- | ------------------------------- | -------------------------------------------------------------------- |
| SDK crashes on Huawei devices | `myid-integrity-sdk` not added | Add `implementation("uz.myid.sdk.capture:myid-integrity-sdk:3.1.8")` | | SDK crashes on Huawei devices | `myid-integrity-sdk` not added | Add `implementation("uz.myid.sdk.capture:myid-integrity-sdk:3.1.9")` |
| SDK fails to initialize | Missing App ID | Add `.withHuaweiAppId("YOUR_HUAWEI_APP_ID")` | | SDK fails to initialize | Missing App ID | Add `.withHuaweiAppId("YOUR_HUAWEI_APP_ID")` |
| Invalid App ID error | Wrong App ID in manifest or SDK | Recheck AppGallery Connect for correct ID | | Invalid App ID error | Wrong App ID in manifest or SDK | Recheck AppGallery Connect for correct ID |
| Works on Google devices but not Huawei | HMS dependency missing | Make sure Integrity SDK is included | | Works on Google devices but not Huawei | HMS dependency missing | Make sure Integrity SDK is included |
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment