Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
MYID Public Code
MyID Android SDK
Commits
a4a76ca5
Commit
a4a76ca5
authored
Jul 06, 2026
by
Javohir Savriy
Browse files
Update HUAWEI-CONFIGURATION.md
parent
9ef913af
Changes
1
Hide whitespace changes
Inline
Side-by-side
docs/new/HUAWEI-CONFIGURATION.md
View file @
a4a76ca5
...
...
@@ -28,7 +28,7 @@ Add the following dependency to your **module-level** `build.gradle` file:
```
gradle
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.
```
gradle
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)
| 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")`
|
| 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 |
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment