Create a JPush Project
The first step is to create a project on the JPush admin console and get your JPush AppKey and Master Secret.
Log in to the JPush admin console.
Note: You need to be registered as a JPush developer in order to walk through this tutorial.
Creating a project
Click 创建应用 (Create application).

Fill in the following fields and click 创建我的应用 (Create my application).
- 应用名称 (Application name)
- Specify your application name. In this tutorial, we will use
PushTest
.
- Specify your application name. In this tutorial, we will use
- 应用包名 (Application package name)
- This is the package name of the Android mobile app. In this tutorial, we will use
com.kii.sample.push
.
- This is the package name of the Android mobile app. In this tutorial, we will use

Now the JPush project is created.
Check the values shown as the AppKey and Master Secret. We will later set these values in the Kii Cloud developer portal and the source code of the sample program.

Let us move to the next step: Configure Kii Cloud.
<< Create an Android Application | Configure Kii Cloud >> |