To use the mobile client to install apps on mobile devices, you must either generate the app by using the provided Eclipse and Visual Studio projects or use the version of the client provided for Android, iOS, or Windows 8 Universal, directly.
The Application Center comes with an Android, an iOS, and Windows 8 Universal version of the client application that runs on the mobile device. This mobile application that supports installation of applications on your mobile device is called the mobile client. The mobile client is a MobileFirst mobile application.
The MobileFirst project IBMAppCenter contains the Android, the iOS, and the Windows 8 Universal versions of the client.
The Windows 8 Universal project is provided as a Visual Studio project located at IBMApplicationCenterWindowsStore\AppCenterClientWindowsStore.csproj.
The Android version of the mobile client is included in the software delivery in the form of an Android application package (.apk) file. The IBMApplicationCenter.apk file is in the directory ApplicationCenter/installer. Push notifications are disabled. If you want to enable push notifications, you must rebuild the .apk file. See Push notifications of application updates for more information about push notifications in the Application Center.
To build the Android version, you must have the latest version of the Android development tools.
The iOS version for iPad and iPhone is not delivered as a compiled application. The application must be created from the MobileFirst project named IBMAppCenter. This project is also delivered as part of the distribution in the ApplicationCenter/installer directory.
Optional: If necessary, you can also build the Windows Phone version from sources. For this purpose, you must have the latest version of Microsoft Visual Studio.
The Windows 8 version of the mobile client is included as a .zip archive file. The IBMApplicationCenterWindowsStore.zip file contains an executable file (.exe) and its dependent Dynamic-Link Library (.dll) files. To use the content of this archive, you download the archive to a location on you local drive and run the executable file.
Optional: If necessary, you can also build the Windows 8 version from sources. For this purpose, you must have the latest version of Microsoft Visual Studio.