This topic describes how to create a new project from scratch using the mPaaS framework.
Before you start, read Introduction to connection types.
Procedure
In the Applications folder on your Mac, run the mPaaSPlugin application.

Click the Create Project button.
Configure the new mPaaS project. Enter a Project Name and import the
.configfile that you downloaded in Step 2. Then, click Next.Select a Template Type for your application and click Next.
Select a Baseline Type and Version for the project and click Next.
The following baseline types are available:
Standard Baseline: Select a public mPaaS SDK version from the drop-down list.
Custom Baseline: This option is available only for Apsara Stack users. Enter the baseline ID in the text box for automatic validation.
If the validation fails, an error message is displayed.
You can proceed only after the validation is successful.
NoteSelect the modules to add to the project and click Next.
NoteYou can also skip this step. After the project is created, you can add modules using the Edit Project feature. For more information, see the integration document for each component.
Select a folder to save the project and click Create.
Create the project.
After the project is created, the new Xcode project opens automatically. The project includes an
MPaaSfolder at the same level as the project file. This folder contains all mPaaS-related files. For more information, see mPaaS directory structure.Run the project to test it.
What to do next
To connect and use mPaaS components, see the integration document for each component.
Related links
Introduction to the mPaaS framework: Learn about the mPaaS iOS framework.
mPaaS Xcode Extension plug-in: Learn how to use the mPaaS Xcode Extension plug-in.