I have an app in the Google PlayStore and started to generate this issue, and I can not upload my changes right now:
You uploaded an APK or Android App Bundle with invalid or missing subscription information in some of the files. Create a valid signed APK or Android App Bundle.
Ialreadysignedthe.apk
withjarsignerandcompactedviazipalign.UseIonicv3.
Ihavealreadysentseveralupdatestothisapplication,andIhavethekeystoresignaturewhereIrunthecommand:
sudo"jarsigner -verbose -sigalg SHA1withRSA -digestalg SHA1 -keystore MYAPP-release-key.keystore MYAPP.apk MYAPP"
and after that I have to package according to the documentation at:
It occurred that you are now causing this error message that is in the image.
Does anyone know what might be happening?