1

I'm trying to upload our RN app to Huawei AppGallery but can't seem to get past the package verification. I've manually verified app bundle according to the documentation here.

Uploading from my browser (Firefox 100.0, Win11) results in "Failed to parse the manifest file for the AAB package" error shown just after upload finished, without any processing.

I also tried uploading via API service (using this Fastlane plugin). While upload was successfully completed and shown as processing in the Packages section of AppGallery, it resulted with a similar but slightly different error "Failed to parse the app package."

Finally I attempted to upload an universal apk, but with no luck it failed with an "amp.pkgState.100" message.

I think I'm missing some required steps or critical information but after broad search on the documentation and forums, couldn't find any information or guide specific for RN apps.

Additional information:

  1. App bundle was successfully uploaded to Google Player.
  2. App signing is configured to be managed method in AppGallery.
  3. Trying debug instead of release bundle didn't work neither.
  4. App does not contain and Huawei SDK.
  5. Other configuration is not much different from default RN app.
  6. Screenshot of failed uploads: Failed uploads
İbrahim Duran
  • 268
  • 3
  • 10

1 Answers1

1

After countless tries and searching, I'm now able to successfully upload app bundle. It seems like all required fields in "App information" page including screenshots must be filled before proceeding to upload app package.

İbrahim Duran
  • 268
  • 3
  • 10