App SDK Preparation

Before applying the BBaton App SDK, API Client Registration and client credential issuance must be completed first. The values required for app integration are issued in the same way as web integration and are reused across Android and iOS settings.

Preparation ItemsAPI Client Registration
Issued CredentialsClient ID · Secret Key
Shared Configredirect_uri
Supported PlatformsAndroid · iOS

01 API Client Registration

The app SDK also starts with API Client Registration on the BBaton website. Because the values entered during registration are used directly in app integration, it is important to define request IPs, callback URLs, and production vs. test environments clearly.

App SDK Request

Complete registration first, then proceed to App SDK setup.

On the application page, enter your app or service details and the responsible contact, then submit the form. The client account is created after submission.

Apply for API Access

The application page opens in a new window. If pop-ups are blocked, the same page opens in the current tab.

02 Client account creation

Once registration is complete, the client account is created and the Client ID and Client Secret Key required for integration are issued. These values are used directly by the App SDK and should be managed securely.

STEP 01

Application submitted

Submit API Client Registration from the BBaton website.

STEP 02

Client account creation

A client account for app integration is created based on the submitted registration details.

STEP 03

Receive integration values

Record the Client ID, Client Secret Key, and redirect_uri values.

STEP 04

Security handling

These values are used in the app build and production server, so they should be handled securely and protected from exposure.

03 Next Steps

Once preparation is complete, move to BBaton App SDK to apply the Android and iOS installation steps, SDK placement, sample code, and return-value handling in sequence.

Next The app SDK is initialized with the issued Client ID, Client Secret Key, and redirect_uri, so the most stable path is to finalize those values in the preparation step before moving to the implementation guide.