For up-to-date product documentation, see the IBM MobileFirst Foundation Developer Center.
Acquiring the MobileFirst SDK from the MobileFirst Operations Console
Get a copy of the MobileFirst SDK for manual integration with your application.
Before you begin
Run the IBM MobileFirstâ„¢ Platform Operations Console on the MobileFirst Development Server, which is installed with the IBM MobileFirst Platform Foundation Developer Kit. For more information, see IBM MobileFirst Platform Foundation Developer Kit.
We can add MobileFirst functionality to an existing application, or upgrade from an earlier version of the MobileFirst SDK, by manually adding the SDK files to our application. Follow the outlined procedure to obtain the required SDK files from the MobileFirst Operations Console.
Note: The SDK files are available locally from the console when using the MobileFirst Development Server, and can be obtained without an internet connection.
Procedure
- From the navigation sidebar of the MobileFirst Operations Console, select Download Center.
- On the Download Center page, select the SDKs tab.
- From the SDKs tab, select the local-download option for the SDK that we want to download:
Follow the instructions in the dialog window to save the SDK archive file to your preferred location.
- Extract the SDK files from the downloaded archive file.
Results
For instructions on how to use the SDK, see the README.md file in the extracted SDK directory, as well as the following documentation:
- For the iOS SDK, see Set up the Xcode project for iOS manually.
- For the Android SDK, see Set up Android Studio projects with Gradle.
- For the Windows Universal SDK, see Add the MobileFirst SDK manually.
- For the web SDK, see Add the MobileFirst SDK to web applications.
- For the Cordova SDK, see Add MobileFirst features to an existing Cordova app.
Parent topic: Develop the client side of a MobileFirst application