Troubleshooting the wrapping tool

When you run the wrapping tool to both wrap and sign an app, or to only sign an app the tool places the following files in the same directory as the APK file you are wrapping and signing:

  • <file name>.wrapped.signed.apk

    The wrapped and signed APK file. It is available only when you use the tool for both wrapping and signing, and both actions succeed. You will upload this file to the Ivanti server as an in-house app for distribution to devices.

  • <file name>.wrapped.apk

    The wrapped but unsigned APK file. It is available only when you use the tool for both wrapping and signing, and wrapping succeeds. This file is useful when someone else in your organization signs the apps.

  • <file name>.signed.apk

    The signed APK file. Available only when you use the tool for signing only, having provided it a wrapped app, and signing succeeds. You will upload this file to the Ivanti server as an in-house app for distribution to devices.

  • <file name>.wrapped.result.json

    The log file about the wrapping process.

    If wrapping fails, open this file and scroll to the end to see the error.

  • <file name>.apksigning.errors

    The log file about the signing process.

    If signing fails, open this file to see the error.