Follow the instructions below to configure and build the iOS client application:
- Get a GIT clone of the iOS Agent application from GitHub.
- Import the project to Xcode.
- Change the Server IP or domain in the resources.plist file. The server IP needs to be added for development purposes, while the domain needs to be added for deployment purposes.
- Clean and build the project.
- Export the project as an iOS application. This will generate an
.ipa
file.
You have to carryout the iOS server configurations after completing the iOS client configurations.