Your app contains content that doesn’t comply with the Device and Network Abuse policy. We found your app is using a non-compliant version of Huawei Mobile Services SDK which contains code to download or install applications from unknown sources outside of Google Play.
I am using Huawei Mobile Services SDK for Auto Eraser.
List of used dependency
implementation 'com.huawei.hms:ml-computer-vision-segmentation:3.0.0.301'
implementation 'com.huawei.hms:ml-computer-vision-image-segmentation-body-model:2.0.2.300'
buildscript {
repositories {
mavenCentral()
jcenter()
google()
maven {url 'http://developer.huawei.com/repo/'}
}
dependencies {
classpath 'com.android.tools.build:gradle:4.2.2'
//Auto eraser
classpath 'com.huawei.agconnect:agcp:1.3.1.300'
}
}
Added below meta data in manifest.xml
<meta-data
android:name="com.huawei.hms.ml.DEPENDENCY"
android:value="imgseg" />
Update:
Note: If you have confirmed that the latest SDK version is used, before submitting a release to Google, please check the apks in all Testing track on Google Play Console(including Open testing, Closed testing, Internal testing). Ensure that the APKs on all tracks(including paused track) have updated to the latest HMS Core SDK.
HMS Core SDKs have undergone some version updates recently. To further improve user experience, update the HMS Core SDK integrated into your app to the latest version.
HMS Core SDK | Version | Link |
---|---|---|
Keyring | com.huawei.hms:keyring-credential:6.4.0.302 | Link |
Location Kit | com.huawei.hms:location:6.4.0.300 | Link |
Nearby Service | com.huawei.hms:nearby:6.4.0.300 | Link |
Contact Shield | com.huawei.hms:contactshield:6.4.0.300 | Link |
Video Kit | com.huawei.hms:videokit-player:1.0.12.300 | Link |
Wireless kit | com.huawei.hms:wireless:6.4.0.202 | Link |
FIDO | com.huawei.hms:fido-fido2:6.3.0.304 com.huawei.hms:fido-bioauthn:6.3.0.304 com.huawei.hms:fido-bioauthn-androidx:6.3.0.304 |
Link |
Panorama Kit | com.huawei.hms:panorama:5.0.2.308 | Link |
Push Kit | com.huawei.hms:push:6.5.0.300 | Link |
Account Kit | com.huawei.hms:hwid:6.4.0.301 | Link |
Identity Kit | com.huawei.hms:identity:6.4.0.301 | Link |
Safety Detect | com.huawei.hms:safetydetect:6.4.0.301 | Link |
Health Kit | com.huawei.hms:health:6.5.0.300 | Link |
In-App Purchases | com.huawei.hms:iap:6.4.0.301 | Link |
ML Kit | com.huawei.hms:ml-computer-vision-ocr:3.6.0.300 com.huawei.hms:ml-computer-vision-cloud:3.5.0.301 com.huawei.hms:ml-computer-card-icr-cn:3.5.0.300 com.huawei.hms:ml-computer-card-icr-vn:3.5.0.300 com.huawei.hms:ml-computer-card-bcr:3.5.0.300 com.huawei.hms:ml-computer-vision-formrecognition:3.5.0.302 com.huawei.hms:ml-computer-translate:3.6.0.312 com.huawei.hms:ml-computer-language-detection:3.6.0.312 com.huawei.hms:ml-computer-voice-asr:3.5.0.301 com.huawei.hms:ml-computer-voice-tts:3.6.0.300 com.huawei.hms:ml-computer-voice-aft:3.5.0.300 com.huawei.hms:ml-computer-voice-realtimetranscription:3.5.0.303 com.huawei.hms:ml-speech-semantics-sounddect-sdk:3.5.0.302 com.huawei.hms:ml-computer-vision-classification:3.5.0.302 com.huawei.hms:ml-computer-vision-object:3.5.0.307 com.huawei.hms:ml-computer-vision-segmentation:3.5.0.303 com.huawei.hms:ml-computer-vision-imagesuperresolution:3.5.0.301 com.huawei.hms:ml-computer-vision-documentskew:3.5.0.301 com.huawei.hms:ml-computer-vision-textimagesuperresolution:3.5.0.300 com.huawei.hms:ml-computer-vision-scenedetection:3.6.0.300 com.huawei.hms:ml-computer-vision-face:3.5.0.302 com.huawei.hms:ml-computer-vision-skeleton:3.5.0.300 com.huawei.hms:ml-computer-vision-livenessdetection:3.6.0.300 com.huawei.hms:ml-computer-vision-interactive-livenessdetection:3.6.0.301 com.huawei.hms:ml-computer-vision-handkeypoint:3.5.0.301 com.huawei.hms:ml-computer-vision-faceverify:3.6.0.301 com.huawei.hms:ml-nlp-textembedding:3.5.0.300 com.huawei.hms:ml-computer-ner:3.5.0.301 com.huawei.hms:ml-computer-model-executor:3.5.0.301 |
Link |
Analytics Kit | com.huawei.hms:hianalytics:6.5.0.300 | Link |
Dynamic Tag Manager | com.huawei.hms:dtm-api:6.5.0.300 | Link |
Site Kit | com.huawei.hms:site:6.4.0.304 | Link |
HEM Kit | com.huawei.hms:hemsdk:1.0.4.303 | Link |
Map Kit | com.huawei.hms:maps:6.5.0.301 | Link |
Wallet Kit | com.huawei.hms:wallet:4.0.5.300 | Link |
Awareness Kit | com.huawei.hms:awareness:3.1.0.302 | Link |
Crash | com.huawei.agconnect:agconnect-crash:1.7.0.300 | Link |
APM | com.huawei.agconnect:agconnect-apms:1.5.2.310 | Link |
Ads Kit | com.huawei.hms:ads-prime:3.4.55.300 | Link |
Paid Apps | com.huawei.hms:drm:2.5.8.301 | Link |
Base | com.huawei.hms:base:6.4.0.303 |
Required versions for cross-platform app development:
Platform | Plugin Name | Version | Link |
---|---|---|---|
React Native | react-native-hms-analytics | 6.3.2-301 | Link |
react-native-hms-iap | 6.4.0-301 | Link | |
react-native-hms-location | 6.4.0-300 | Link | |
react-native-hms-map | 6.3.1-304 | Link | |
react-native-hms-push | 6.3.0-304 | Link | |
react-native-hms-site | 6.4.0-300 | Link | |
react-native-hms-nearby | 6.2.0-301 | Link | |
react-native-hms-account | 6.4.0-301 | Link | |
react-native-hms-ads | 13.4.54-300 | Link | |
react-native-hms-adsprime | 13.4.54-300 | Link | |
react-native-hms-availability | 6.4.0-303 | Link | |
Cordova (Ionic-Cordova Ionic-Capacitor) |
cordova-plugin-hms-analytics ionic-native-hms-analytics |
6.3.2-301 | Link |
cordova-plugin-hms-location ionic-native-hms-location |
6.4.0-300 | Link | |
cordova-plugin-hms-nearby ionic-native-hms-nearby |
6.2.0-301 | Link | |
cordova-plugin-hms-account ionic-native-hms-account |
6.4.0-301 | Link | |
cordova-plugin-hms-push ionic-native-hms-push |
6.3.0-304 | Link | |
cordova-plugin-hms-site ionic-native-hms-site |
6.4.0-300 | Link | |
cordova-plugin-hms-iap ionic-native-hms-iap |
6.4.0-301 | Link | |
cordova-plugin-hms-availability ionic-native-hms-availability |
6.4.0-303 | Link | |
cordova-plugin-hms-ads ionic-native-hms-ads |
13.4.54-300 | Link | |
cordova-plugin-hms-adsprime ionic-native-hms-adsprime |
13.4.54-300 | Link | |
cordova-plugin-hms-map ionic-native-hms-map |
6.0.1-305 | Link | |
cordova-plugin-hms-ml ionic-native-hms-ml |
2.0.5-303 | Link | |
Flutter | huawei_safetydetect | 6.4.0+301 | Link |
huawei_iap | 6.2.0+301 | Link | |
huawei_health | 6.3.0+302 | Link | |
huawei_fido | 6.3.0+304 | Link | |
huawei_push | 6.3.0+304 | Link | |
huawei_account | 6.4.0+301 | Link | |
huawei_ads | 13.4.55+300 | Link | |
huawei_analytics | 6.5.0+300 | Link | |
huawei_map | 6.5.0+301 | Link | |
huawei_hmsavailability | 6.4.0+303 | Link | |
huawei_location | 6.0.0+303 | Link | |
huawei_adsprime | 13.4.55+300 | Link | |
huawei_ml | 3.2.0+301 | Link | |
huawei_site | 6.0.1+304 | Link | |
Xamarin | Huawei.Hms.Hianalytics | 6.4.1.302 | Link |
Huawei.Hms.Location | 6.4.0.300 | Link | |
Huawei.Hms.Nearby | 6.2.0.301 | Link | |
Huawei.Hms.Push | 6.3.0.304 | Link | |
Huawei.Hms.Site | 6.4.0.300 | Link | |
Huawei.Hms.Fido | 6.3.0.304 | Link | |
Huawei.Hms.Iap | 6.4.0.301 | Link | |
Huawei.Hms.Hwid | 6.4.0.301 | Link | |
Huawei.Hms.Ads-prime | 3.4.54.302 | Link | |
Huawei.Hms.Ads | 3.4.54.302 | Link | |
Huawei.Hms.Maps | 6.5.0.301 | Link |
If you have any further questions or encounter any issues integrating any of these kits, please feel free to contact us.
Region | |
---|---|
Europe | [email protected] |
Asia Pacific | [email protected] |
Latin America | [email protected] |
Middle East & Africa | [email protected] |
Russia | [email protected] |
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With