You can prepare your environment for developing MobileFirst
applications by getting the framework and library files manually. The IBM MobileFirst™ Platform Foundation SDK
for Windows 8 and Windows 10 Universal Windows Platform (UWP) is also
available from NuGet.
About this task
You 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 your application. Follow the outlined procedure to obtain the
required SDK files and to prepare your development environment to build
MobileFirst
applications.
Procedure
- Get the MobileFirst SDK from
MobileFirst Operations Console.You can refer to Acquiring the MobileFirst SDK from
the MobileFirst Operations Console
for detailed instructions.
- Extract the contents of the downloaded SDK obtained in step 1.
- Open the Windows Universal native project in
Visual Studio. Perform the following steps.
- Select .
- Select Package Sources option. Click +
icon to add new package source.
- Provide a name for the package source (for example:
windows8nuget).
- Navigate to the MobileFirst SDK
folder that was downloaded and extracted. Click OK.
- Click Update and then click
OK.
- Right-click the Solution project-name in Solution
explorer tab, which is to the right corner of the screen.
- Select .
- Click Install option. You get the option to Select
Projects.
- Ensure that all the check boxes are checked. Click
OK.
NuGet package gets installed into your project.
Results
Your Windows native project is now ready for development of MobileFirst
applications.
In your application, you must import the headers for the
IBMMobileFirstPlatformFoundation framework by using
IBM.Worklight APIs.