Below is a list of some possible error codes that can be returned, along with suggestions for next steps to take to try and successfully deploy your Apps.
Code | Description | Next steps |
---|---|---|
IOS_INVALID_PACKAGE
|
The package contained in the .ipa file is not valid.
|
Make sure your App has been build and signed properly and that the contained .app package is not corrupted.
|
ANDROID_MANIFEST_NOT_FOUND
|
The Android manifest file manifest.xml is not found and therefore the build can not be processed.
|
Make sure your App contains a valid manifest.xml file.
|
EMBEDDED_MOBILEPROVISION_NOT_FOUND
|
The Embedded Mobile Provisioning Profile is not found and therefore the build can not be processed. | Make sure your App contains a valid Provisioning Profile file. |
ANDROID_AAB_NO_KEY_FOUND_FOR_ALIAS_IN_KEYSTORE
|
Missing Android App Bundle password for the signing key. | Configure AAB Key under the Android App Bundle Settings of your project. Read more. |
ANDROID_AAB_INCORRECT_KEYSTOTE_PASSWORD
|
Incorrect Keystore password. | Make sure the provided Keystore password is correct. Read more. |
ANDROID_AAB_INCORRECT_KEY_PASSWORD
|
Incorrect password for the signing key. | Make sure the provided password for the signing Key is correct. Read more. |
ANDROID_FAILED_PARSE_BINARY_ANDROID_MANIFEST
|
Invalid Android Manifest XML File. | The provided APK contains an invalid (not binary) XML file that can not be processed. Please check the building process of your APK to make sure it has been properly built. |
ANDROID_AAB_CONFIGURATION_NOT_FOUND
|
Missing Android App Bundle Configuration. | There is an invalid or missing Android App Bungle configuration. Go to your App > Settings > Android App Bundle section and review or add a valid AAB configuration. |
NO_FILES_EXTRACTED_FROM_COMPRESSED_FILE
|
Zip file contains no processable files. | Ensure that the zip file contains a valid file for processing. |
NO_BUILD_INSIDE_DMG
|
There is no build included in the .dmg .
|
Ensure that the .dmg contains a valid file for processing.
|
ERROR_ARTIFACT_FROM_HOMEBREW_TOKEN
|
No artifact found from the Homebrew token. | Make sure your app is available on Homebrew. |
UNSUPPORTED_FORMAT
|
The format is unsupported for processing. | Ensure that format is supported. |
BUILD_TYPE_NOT_FOUND
|
There is no file to process. | Ensure that format is supported. |
APPX_BUNDLE_MANIFEST_NOT_FOUND
|
AppxBundle manifest not found (appxBundle or msixbundle).
|
Make sure your app contains a valid AppxBundleManifest.xml file.
|
APPX_MANIFEST_NOT_FOUND
|
Appx manifest not found (appx or msix).
|
Make sure your app contains a valid AppxManifest.xml file.
|