Control-M Mobile
The following procedures describe how to distribute the Control-M Mobile app to users in your organization:
Distributing the Control-M App for Android
This procedure describes how to distribute the Control-M app for Android to users in your organization.
The Control-M app does not support self-signed certificates. Use a certificate signed by a verified certification authority (CA).
You cannot connect to Control-M from a mobile browser.
Begin
-
Download the Mobile Integration Kit for Android from EPD.
-
(Optional) Wrap the Mobile Integration Kit for Android with an additional layer provided by the Mobile Device Manager (MDM) used in your organization.
-
(Optional) Sign the Mobile Integration Kit for Android with your organization digital signature.
-
Place the Mobile Integration Kit for Android in your internal app store for users to install.
-
Do one of the following:
-
Connect the mobile app via HTTP.
The URL suffix must be ControlMMobile.
http://server:18080/ControlMMobile
-
Connect the mobile app via HTTPS (SSL). You must have a certificate that is signed by a verified certification authority (CA).
The URL suffix must be ControlM
https://server:8443/ControlM
-
Distributing the Control-M app for iOS
This procedure describes how to compile and repackage the Control-M Mobile app with your Apple Enterprise License and distribute it as an in-house app to users in your organization.
The Control-M app does not support self-signed certificates. You must use a certificate signed by a verified CA.
Before You Begin
-
Verify that you have a Mac computer that is installed with the latest xcode IDE (version 5 or higher).
-
Verify that you have an installed code-signing certificate for your required distribution method.
-
Verify that you have a bundle identifier that is linked with the signing certificate.
Begin
-
Download the Mobile Integration Kit for IOS from EPD.
-
On your Mac, extract the downloaded file and run the installation.
The installation creates a zipped file on the root drive.
-
Extract it to your preferred location.
-
Open the project in xcode and double-click the xcodeproj file.
The xcode opens with the integration kit project.
-
Set your app to be signed with your certificate as follows:
-
In the left pane, select the File view.
-
Select the main project.
-
In the main area, select Build Settings.
-
In the search field, type code signing.
-
Set the code signing identity to that of your organization.
-
-
Change the app ID to match the ID in your certificate, as follows:
-
Select the General Section in the main area.
-
Select Bundle Identifier, and set it to your identifier.
-
-
Build your app as follows:
-
From the Top menu, click Product, then click Archive.
-
Follow the instructions to select your distribution method and your code-signing identity.
-
-
Save the app to your preferred location.
-
Do one of the following:
-
Connect the mobile app via HTTP.
The URL suffix must be ControlMMobile.
http://server:18080/ControlMMobile
-
Connect the mobile app via HTTPS (SSL). You must have a certificate that is signed by a verified certification authority (CA).
The URL suffix must be ControlM.
https://server:8443/ControlM
-