Application Settings

How to use the Japanese Social Game Services and Currency & Commercial Services

Under standard conditions, the Japanese social and settlement functions are disabled.
Execute the following command to enable the Japanese Social Services and Currency & Commercial Services.

Afterwards, please launch the node server with the following command.

The following two apk and app files, for US and JP, are bundled in the SDK package.

Android/...
   GameJS_JP.apk
   GameJS_US.apk
iOS/...
   webgame_JP.app
   webgame_US.app

Please use the files with _JP in the filename if you are installing the Japanese versions.

Setting up configuration.json

You must create a configuration.json file in a directory just below the app project or in the same directory as manifest.json in order to use the Japanese Sandbox.

Write the configuration.json file using the following JSON format.

Sample

{
 "platformEnv":"sandbox",
 "appId":"10000000",
 "appVerifier":"aik9zin4mokalmkd",
 "requireMobageLogin":true
}

Revision history

  • 5/2011
    • Initial Release.

PREVIOUS

Application Development and Release

NEXT

Application Upload and Sandbox Operational Test