com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_link3' is unknown.
iOS Client Configurations
Follow the instructions below to configure and build the iOS client application:
Compile the Agent source code, which was sent via email by importing it to Xcode.
Export the project as an iOS application. This will generate an
.ipa
file. Rename this file asios-agent.ipa
and move it to the<EMM_HOME>/repository/deployment/server/jaggeryapps/emm-web-agent/units/asset-download-agent-ios/public/asset
directory.Optionally, update the iOS sever configurations in the
config.json
file, which is in the<EMM_HOME>/repository/deployment/server/jaggeryapps/emm-web-agent/config
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.
{ "device": { "ios": { "location": "%https.ip%/mdm/public/asset-download-agent/iOSMDMAgent.ipa", "bundleid": "org.wso2.carbon.emm.iOSMDMAgent", "version": "1.0", "appname": "MDM Agent" } } }
Related Links
com.atlassian.confluence.content.render.xhtml.migration.exceptions.UnknownMacroMigrationException: The macro 'next_previous_links2' is unknown.