I removed the all gms related apis and added hms ones. My debug version is working awesome, I have the agconnect file in my project root. But If I download my app directly from appGallery, my hms core related apis are not working. (like pushkit and iap). I checked the console when my app's release version is running and I saw this error:
com.huawei.hms.common.ApiException: 6003: certificate fingerprint error
There are two SHA-256 fingerprint code:
How did I build the app?
It was pretty same with gms version. I selected the Build->Generate Signed Bundle or Apk menu and I builded with my existing keystore file which I also use for Google Play, then uploaded to AppGallery connect. There was no error or warning.
How can I fix it?