com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.

iOS Client Configurations

Prerequisites

Follow the instructions below to configure and build the iOS client application:

  1. Compile the Agent source code, which was sent via email by importing it to Xcode.

    The link to the agent source repository was sent to you via email when obtaining the signed CSR file. You need to clone the repository and then compile the agent source code. For more information, see Obtaining the iOS Features.

  2. Export the project as an iOS application. This will generate an.ipa file. Rename this file as ios-agent.ipa and move it to the <IoTS_HOME>/repository/deployment/server/jaggeryapps/ios-web-agent/app/pages/mdm.page.enrollments.ios.download-agent/public/asset directory.

    • Carry out this step to Beta test your iOS apps using the iOS ad-hoc distribution, which generates an ad hoc IPA file. In order to Beta test the apps you have to be enrolled in the Apple Developer Program as an individual or organization.
    • The generated IPA file can be distributed as follows:
  3. Optionally, update the iOS server configurations in the config.json file, which is in the <IoT_HOME>/repository/deployment/server/jaggeryapps/ios-web-agent/app/conf directory.

    • Add the.ipa file path as the iOS location.

    • Add the package name as the iOS bundle ID.
    • Add the version of the package.
    • Add the app name.

    Use the bundleid and version defined here when building the product.

    {
      "device": {
        "ios": {
          "location": "%https.ip%/ios-web-agent/public/mdm.page.enrollments.ios.download-agent/asset/ios-agent.ipa",
          "bundleid": "org.wso2.carbon.emm.ios.agent",
          "version": "1.0",
          "appname": "WSO2 IOT Server iOS Agent"
        }
      }
    }

What's next?

Next, configure the iOS Platform Configurations as mentioned in the iOS configurations guide.

Related Links

com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.