Thank you for reaching out.
To make your app appear on all Huawei devices (not just those with GMS), you’ll need to replace any Google Mobile Service dependencies with Huawei Mobile Services (HMS).
Here are the steps:
- Add the HMS Core SDK to your project via Gradle.
- Download and configure agconnect-services.json from AppGallery Connect.
- Replace any GMS APIs with the equivalent HMS APIs (e.g., Push Kit for notifications, Map Kit for maps, Location Kit for location).
- Test your app on a Huawei device without Google services.
- Re-submit your HMS-integrated APK to AppGallery.
Let me know if the issue persists after following these steps. I’ll be happy to assist further if needed. If the issue has been resolved, please click "Accept Answer".