🎉Release

Questions and answers you may encounter while releasing or with the released version.

Can I use the Ads kit for non-Huawei devices?

If HMS core is installed on the device, yes. But for the device without HMS core, please refer to Devices without HMS Core installed.


IAP Sandbox not working. What can I do?

If you have your app released in AppGallery, you need to increment your version number for sandbox testing. Please refer to Troubleshooting Sandbox Access Issues.


My app was rejected because of ads and the IAP module not working. They were working while I was testing. But it doesn't work when I release it with AAB. Why?

We believe the releasing team is having problems with the fingerprint error while testing your game. This may be due to AppSigning. Please refer to Huawei's official documentation.

Reminder: You can release and test your game open testing version and then release it officially.


Reason for rejection when releasing a new version: MAJOR:40: Submit a formal version for release

Please check the app version and change the compilation options to the official release version. That is, check whether android:debuggable="true" is configured in the AndroidManifest.xml file. If it is true, It should be false.


Last updated