Re-signing and installing applications on iOS

In order for an application to run as AUT on an iOS device, that application must be re-signed, then installed.

Important:
iOS automation is only supported on Windows or macOS hosts.

Ensure that the basic requirements are met before re-signing and installing your applications (see Prerequisites for details).

The following procedures for re-signing the TestArchitect Agent app must be performed on an macOS machine:

  1. Obtain the full name of the private key of your iOS developer account from Keychain Access:

    1. Open Keychain Access from Applications > Utilities > Keychain Access.

    2. In the Keychain Access window, click login in the Keychains panel, and then click Keys in the Category panel.

    3. In the Name panel, expand the imported private key node you want to use, right-click the certificate, and select Get Info on the context menu.

    4. Make note of the device’s provisional Common Name.

  2. Place the following files into a folder with full read and write permissions.

    • resign.sh
    • The provisional profile file (*.mobileprovision)
    • your .ipa application file
    • FileInfo
    • iOSInstrumentationDyLib.dylib

    Note:
    resign.sh, FileInfo and iOSInstrumentationDyLib.dylib files can be found at the following location when TestArchitect is installed: Applications/TestArchitect/device/iOS/resource.

  3. Start the command line terminal and navigate to the directory to which you copied the files in the preceding step.

  4. Make the script file resign.sh executable by entering the following command to the terminal, followed by pressing Enter.

    chmod +x resign.sh

  5. Execute the resign.sh script with the name of the private key obtained in the earlier step as the first parameter, the name of the provisional profile file as the second parameter, and the name of the application file to re-sign as the third parameter.

    Syntax: resign.sh <Common Name of private key in Keychain Access> <file name of the provisional profile> <file name (without or with the .ipa suffix) of the application file to re-sign>

    Note:
    Providing the file name’s extension (.ipa) is optional. If not provided, the script assumes an extension of .ipa.

    The resign.sh script terminates with the message replacing existing signature, to indicate that re-signing was successful.

  6. Connect the iOS device to the test machine using a USB cable, and install the re-signed application file onto the device with iTunes.

    1. Double-click the .ipa application file that you re-signed.

    2. Using iTunes, synchronize the re-signed application file with the device.

      The re-signed application is installed onto the device.

    Tip:
    You can perform step 6 on either an macOS or Windows machine.

After installing the re-signed application onto the iOS device, the application icon is available on the device’s desktop.


Copyright © 2021 LogiGear Corporation. All rights reserved. LogiGear is a registered trademark, and Action Based Testing and TestArchitect are trademarks of LogiGear Corporation. All other trademarks contained herein are the property of their respective owners.

LogiGear Corporation

1730 S. Amphlett Blvd. Suite 200, San Mateo, CA 94402

Tel: +1(800) 322-0333