Create Application

We will start by creating an application on Kii Cloud.

This is equivalent to creating the "application" region in the Application Features section (denoted in light blue).

We will create an application on the developer portal.

  1. Log in to the developer portal (https://developer.kii.com).

  2. Click the "Create App" button.

  3. Type in the followings:

    • Application Name: Hello Kii
    • Server Location: Japan
    • Platform: iOS (also select Android and JavaScript if you are going to try their tutorials later)

    Click the "Create Your App" button when done.

  4. The SDK download screen will show up.

    Click "Next" for now. We will add the SDK with CocoaPods to the workspace of your project later.

  5. The "Sample Apps and Code" screen will show up.

    Click and download HelloKii-Swift.zip for Swift and HelloKii-ObjectiveC.zip for Objective-C. If you've selected platforms other than iOS, download their zip files as well.

    Scroll down and click "Finish" when done.

Note: Follow these steps to download Hello Kii after creating an application.

  1. Click the application on the application list page in the developer portal to open the Dashboard page.

  2. Click "Download" on the upper side of the page and scroll down the page.

  3. Click and download HelloKii-Swift.zip or HelloKii-ObjectiveC.zip.


What's next?

We will build the sample code and test the application.

Go to Build and Test.

If you want to learn more...

  • See Application to learn more about the parameters we've set when creating an application.
  • Although you cannot delete an application by yourself, you can disable it to hide from the list. See Configuring Applications to learn more.