Google Play Store Configuration
구글 결제 기능을 사용하기 위한 콘솔 사용 가이드 입니다.
Last updated
구글 결제 기능을 사용하기 위한 콘솔 사용 가이드 입니다.
Last updated
For information on using the console other than GAMEPOT integration, please refer to the Play Console Help Center.
Google Play Console: https://play.google.com/console/
Google Cloud Platform: https://console.cloud.google.com/?hl=ko
To register the Google authentication key in the GAMEPOT dashboard, follow these steps: Go to GAMEPOT Dashboard > Project Settings > Store > Google Play menu, and click on it sequentially.
Package Name
License Key
Authentication Key
The package name should be registered as the one used in the build.
The package name can also be found in the Google Play Console, where it is displayed in small text under the app name in the console app list. Register this package name.
Go to Google Play Console > Select Project > Monetize with Play > Licensing > Base64 Encoded RSA Public Key.
Select the Google Cloud project you want to use or create a new project.
Go to IAM & Admin > Service Accounts > Click the "Create Service Account" button.
Enter the Service Account ID. - The Service Account ID must start with a lowercase letter and be between 6 and 30 characters long (in English).
Grant this service account access to the project → Select "Owner" as the role. Then click the "Done" button to complete the creation of the service account.
Select the service account created above > Keys > Add Key > Create New Key.
Choose "JSON" as the key type, and click the "Create" button. A new key will be created, and the JSON file will be generated.
Upload this JSON file to the GAMEPOT Dashboard > Project Settings > Store > Google Play > Authentication Key section. (In the Beta version, you can enter the entire content of the JSON file instead of uploading the file. - The file upload feature is being developed.)
If you already have a downloaded JSON file from a previously generated key, you can upload that file as well.
Go to Users and Permissions > Click the "Invite New User" button.
Check the boxes for "View financial data, orders, cancellation survey responses/manage orders and subscriptions" under the "Financial Data" section, and then save the changes.
Select the project in Google Play Console > Monetize with Play > Products > In-App Products > Click the "Create Product" button.
Product ID: The unique in-app ID (product ID).
Name: The name of the product shown during in-app purchases.
Description: The description of the in-app product.
Price: Click the "Set Price" button, enter the amount excluding VAT for the base price, then click the "Apply Price" button at the bottom. Once the "Apply Price" button changes to the "Activate" button, click it again to activate the price.
Price templates can be set in Google Play Console > Settings > Price Templates.
Tax information, including VAT rate adjustments, can be configured in Google Play Console > Settings > Payment Profile > Sales Tax.
Go to GAMEPOT Dashboard > Purchases > In-App Purchases > Click the "Add" button.
Status: It should be registered as "Active" (Inactive for products that are not in use).
Store: Select the store where the in-app product is to be registered.
Product Name: The name of the in-app product.
Product ID: The in-app ID (Product ID) entered in the store console.
Email Address: Enter the "Service Account" created in 3-1) Create a Google Cloud Platform Service Account. - At the bottom, click "Add Application" > Select the app.