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

Update HUAWEI-CONFIGURATION.md

parent 9ef913af
...@@ -28,7 +28,7 @@ Add the following dependency to your **module-level** `build.gradle` file: ...@@ -28,7 +28,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.7") implementation("uz.myid.sdk.capture:myid-integrity-sdk:3.1.8")
} }
``` ```
...@@ -78,7 +78,7 @@ This ensures that the SDK recognizes and properly initializes HMS support. ...@@ -78,7 +78,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.7") implementation("uz.myid.sdk.capture:myid-integrity-sdk:3.1.8")
} }
``` ```
...@@ -101,7 +101,7 @@ startActivity(intent) ...@@ -101,7 +101,7 @@ startActivity(intent)
| 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:1.0.6")` | | SDK crashes on Huawei devices | `myid-integrity-sdk` not added | Add `implementation("uz.myid.sdk.capture:myid-integrity-sdk:3.1.8")` |
| 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