2

I have an error when select Chinese mainland:

MAJOR:22: Integrate the version update API (checkUpdate). If you already integrate the API, check whether the HMS SDK code is obfuscated in the configuration file. For details about how to modify the configuration file, visit https://developer.huawei.com/consumer/en/doc/development/AppGallery-connect-Guides/appgallerykit-preparation#h1-1574846682104 ;SUGGESTION:17: HMS SDK APIs that are called: 34: Integrated HMS services: [agconnect-core, iap, base]

Does anyone know how to solve this?

Thank You.

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
Panda
  • 23
  • 5

1 Answers1

2

(1)MAJOR:22:——For this,you can integrate the version update API (checkUpdate), referring to following link.

(2)SUGGESTION:17、30 and 34,——you can ignore it, Manual approval prevails.

zhangxaochen
  • 32,744
  • 15
  • 77
  • 108
  • HI, I m using cordova ionic, android studio 4.1, gradle 1.10.3 and already follow all step in the documentation, does it because the obfuscated issue that in the error: If you already integrate the API, check whether the HMS SDK code is obfuscated in the configuration file? – Panda Jan 22 '21 at 09:43
  • you can refer this [link](https://developer.huawei.com/consumer/en/doc/development/HMS-Plugin-Guides-V1/config-obfuscation-0000001062476976-V1) to configuration obfuscation :) – zhangxaochen Jan 22 '21 at 09:58
  • My app has been rejected and never approved yet and still I had to do the above procedure because of I am targeting Chinese mainland. This is weird – Khalid Lakhani Sep 07 '21 at 13:59