This topic describes how to integrate a project into mPaaS using the native AAR method.
Procedure
In Android Studio, choose mPaaS > Native AAR Integration.
In the window that appears on the right, click Start Import under Import App Configuration.
In the Import mPaaS Configuration File window, select I have downloaded the configuration file from the console and am ready to import it into the project.
Select the configuration file that you downloaded from the console after you created the mPaaS application, and then click Finish.
A message appears, indicating that the configuration file was imported successfully.
On the right side of the interface, click Start Configuration under Integrate/Upgrade Baseline.
In the Select mPaaS Baseline Version window, select baseline 10.1.68 and click OK to integrate the mPaaS SDK.
NoteTo upgrade the baseline, click Start Configuration again.
On the right side of the interface, click Start Configuration under Configure/Update Components.
In the component list that appears, check Scan and click OK to add the scan component to the project. This completes the native AAR integration.
What to do next
Use the scan feature with the standard UI: Add the standard UI scan capability to your project and set the title for the scan interface.
Use the scan feature with a custom UI: Add the custom UI scan capability to your project.
You can use the scan feature with the standard UI, a custom UI, or both in your project. Click here to download the code samples for the next steps.