What Can I Do If My Joint Operations App/Game Is Rejected Because the Update Check API (checkAppUpdate) Is Not Called?
Symptom
After my app is submitted for review, it is rejected by Huawei due to the checkAppUpdate API not having been called.
Analysis & Solution
1. Check whether the checkAppUpdate API has been called, by referring to the following documents:
2. Check whether the obfuscation file configuration meets the document requirements.
3. You are advised not to perform operations such as secondary encapsulation, hardening, and log output restriction on the APK submitted for review.
4. Set debuggable in the AndroidManifest.xml file to true during APK packaging.
5. Record the keyword UpdateSDK version is: xxx in logs if log filter is required. When an app is under review, this keyword is checked to determine whether the checkAppUpdate API is called.