Creating a Kii Application

Registering your application

To use the Kii SDKs, you must first register your application on the developer portal. Once registered, your application will have an associated AppID and AppKey that you'll use to initialize the SDKs.

Follow the steps below to register an application on the developer portal.

  1. Log in to the developer portal: https://developer.kii.com
  2. Click the "Create App" button.

    This brings up the "Create Your App" menu.

  3. Enter the name of your application, select the mobile platforms you'd like to use.

    For more details on the parameters, see Application.

    Click the "Create Your App" button when you are done.

  4. The page to download SDKs opens. You can download the Kii Cloud SDK for JavaScript.

    The Kii Cloud SDK for JavaScript is the SDK to integrate into your JavaScript app to communicate with Kii Cloud. Click the link for the SDK if you choose to download it manually.

    See Adding the SDK to Your Web App to learn how to integrate the Kii Cloud SDK into your project on the development machine.

  5. Click the "Finish" button. Now your application has been created.

Checking AppID

When an application is created, its access keys are assigned automatically. Of these keys, the AppID is used by Kii Cloud to uniquely identify your application.

Please follow the steps described in Checking and Resetting Access Keys and check the assigned AppID. Record them for future reference.

The AppKey is not used by Kii Cloud anymore.

Adding collaborators

You can add collaborators to your application. The collaborators will have the privileges to access your application on the developer portal as the application owner but cannot add more collaborators.

See Managing Collaborators to learn how to add collaborators.