My project has integrated HUAWEI IAP and other services using the HMS Core SDK 4.x. However, the app is rejected during Huawei app review, for an update pop-up cannot be displayed on a mobile phone with HMS Core (APK) 2.5.3 or earlier. I have tried to reoccur this problem by uninstall and update HMS Core to version of 2.5.3 .But the operation fail. how can i reoccur the problem and solve it?
The problem was because the HMS Core (APK) version on your phone is earlier than 2.5.3. Each of the following solutions can be used to reoccur the problem.
You can try to Log analysis and check the project code,The problem may be due to the input parameter in your project is of the Context type, rather than the Activity type.
For Details,check Docs.