White Labeling the WSO2 EMM iOS Agent
This section will guide you on how to white label the iOS agent.
Download Xcode and install it.
Changing iOS Agent related logos and icons
Open the Agent source code that was sent via email by importing it to Xcode.
The Agent source was sent to you via email when obtaining the signed CSR file. For more information, see Obtaining the Signed CSR File.
Click Supporting Files > Images.xcassets.
Change the icons that are in AppIcon:
- Build and export the project as an iOS application. This will generate aÂ
.ipa
 file. Rename this file asÂios-agent.ipa
 and move it to theÂ<EMM_HOME>/repository/deployment/server/jaggeryapps/emm-web-agent/units/asset-download-agent-ios/public/asset
 directory.
Changing WSO2 related text
Open the Agent source code that was sent via email by importing it to Xcode.
The Agent source was sent to you via email when obtaining the signed CSR file. For more information, see Obtaining the Signed CSR File.
Click Views > LaunchScreen.xib.
Edit the text by clicking on the respective text area.
Build and export the project as an iOS application. This will generate aÂ
.ipa
 file. Rename this file asÂios-agent.ipa
 and move it to theÂ<EMM_HOME>/repository/deployment/server/jaggeryapps/emm-web-agent/units/asset-download-agent-ios/public/asset
 directory.
Â