Avoiding Common Mistakes Fusing an App
File types and file extension mismatch
If graphic file types within an app binary are named with incorrect extensions, Appdome will fail (displaying an error code).
Here's why:
The Appdome platform performs an integrity scan of each app to protect the system and users. An app with a file type to file extension mismatch is interpreted as suspicious by the integrity check. By design, a suspicious application package will not fuse.
To solve this issue:
Simply change the file extensions to match the actual file types used by the app. For example, if the file type is a .png, but it is named with a file extension of .jpg, it will be a mismatch. Simply change the file extension to .png to remove the mismatch. Once you rename the file extensions to match the actual file type, you can upload a new binary, and complete the Fusion.
Thanks for visiting the Appdome knowledge base! We hope Appdome is living up to our mission of simplifying your mobile integrations. If you don't already have an account, you can sign up for free. Happy fusing!