Build standard AEM Forms app

  1. Perform the following steps to set up a project in Xcode and provide a signing identity:

    Log in to your Mac machine that has Xcode and iOS SDK installed and configured.

  2. Copy the adobe-lc-mobileworkspace-src-<version>.zip archive from the downloads folder to [User_Home]/Projects/.

  3. Extract the archive in the [User_Home]/Projects/[your-project]directory.

  4. Navigate to the [User_Home]/Projects/[your-project]/adobe-lc-mobileworkspace-src-[version]/ios directory.

  5. Open the AEM Forms.xcodeproj project in Xcode.

  6. Click AEM Forms, under TARGETS, select AEM Forms. Select the Build Settings tab, locate the Code Signing Entitlement section, and in Debug and Release fields do one of the following:

  7. In the Build Settings tab, click All and then click Combined.

  8. From the Settings list, expand Code Signing.

  9. For Code Signing Identity, select the appropriate signature. For detailed information about, creating new signatures, see Creating and Downloading Development Provisioning Profiles.

  10. Ensure that the same signature is selected for Debug, Release, and Any iOS SDK.

  11. Replace the following code in the AEM Forms-info.plist file:

    <key>NSAppTransportSecurity</key>
    <dict>
    <key>NSAllowsArbitraryLoads</key>
    <true/>
    </dict>
    

    with the following while replacing yourserver.com with an appropriate host name for your server.

    <key>NSAppTransportSecurity</key>
    <dict>
    <key>NSExceptionDomains</key>
    <dict>
    <key>yourserver.com</key>
    <dict>
    <!-Include to allow subdomains->
    <key>NSIncludesSubdomains</key>
    <true/>
    <!-Include to allow HTTP requests->
    <key>NSTemporaryExceptionAllowsInsecureHTTPLoads</key>
    <true/>
    <!-Include to support forward secrecy->
    <key>NSExceptionRequiresForwardSecrecy</key>
    <false/>
    <!-Include to specify minimum TLS version->
    <key>NSTemporaryExceptionMinimumTLSVersion</key>
    <string>TLSv1.1</string>
    </dict>
    </dict>
    </dict>
    
    NOTE
    This step is required only if AEM Forms app needs to connect to a server that does not follow App Transport Security requirements.
  12. Under PROJECT, select AEM Forms and ensure that the appropriate signature is selected for Code Signing Identity, Debug, Release and Any iOS SDK.

  13. Connect a provisioned iPad to a Mac machine.

  14. Select the provisioned device for the AEM Forms project.

    ipad

    A provisioned device, iPad Air 2, is selected.

  15. Select Product > Clean.

  16. Select Product > Build.

Build the installer for the AEM Forms app

You need to archive the Xcode project to build the installer (an .ipa file) and a property list (a .plist file) file. The property list file contains configuration information of the hosted in-house app, such as the name and the hosting location of the app. For more information about property list file, see About Information Property List Files.

  1. Connect a provisioned iPad to a Mac machine. For detailed information about provisioning an iPad, see Creating and Downloading Development Provisioning Profiles

  2. Select the provisioned device for the AEM Forms project.

    ipad-1

    A provisioned device, iPad Air 2, is selected.

  3. Select Product > Clean.

  4. Select Product > Build.

  5. Select Product > Archive.

  6. In Organizer - Archives, select the latest archive of your project and click Distribute.

  7. Select Save for Enterprise or Ad-Hoc Deployment as the method of distribution and click Next.

  8. Select the appropriate Code Signing Identity and click Next. Click Allow to apply the signature.

  9. Provide name of the app and select Save for Enterprise Distribution.

  10. Provide the Application URL for the app. For example, to host the app on a CRX server, provide URL https://[LC_host]:'port'/lc/content/distribution/mobileworkspace/APP_NAME.ipa.

  11. In the Title field, specify AEM Forms.

  12. Click Save and close Xcode.

    An installer file, AEM Forms.ipa, and property list file, AEM Forms-info.plist, are created at the specified location.

  13. Open the AEM Forms-info.plist file in an editor.

  14. Replace all the spaces in the URL of your .ipa file with %20.

  15. Save and close the AEM Forms-info.plist file.

Experience Manager


Espressos & Experience Manager: AEM Forms

Espressos & Experience Manager

Thursday, Mar 6, 7:00 PM UTC

Join Adobe's AEM product team as they highlight AEM Forms' latest innovations, including: the new Gen AI Assistant, Unified Composition with AEM Sites, and new ways to deploy forms through conversations.

Register

Connect with Experience League at Summit!

Get front-row access to top sessions, hands-on activities, and networking—wherever you are!

Learn more