---
id: "platform-resources/galaxy-platform-resources/galaxy-setup-guide"
title: "Galaxy Store Setup"
description: "To get started using Galaxy Store with RevenueCat, you need to set up your app account and create an Access Token so RevenueCat can validate purchases and perform other actions."
permalink: "/docs/platform-resources/galaxy-platform-resources/galaxy-setup-guide"
slug: "galaxy-setup-guide"
version: "current"
original_source: "docs/platform-resources/galaxy-platform-resources/galaxy-setup-guide.md"
---

To get started using Galaxy Store with RevenueCat, you need to set up your app account and create an Access Token so RevenueCat can validate purchases and perform other actions.

## Create a Galaxy App

### Step 1: Create Your App in RevenueCat

1. Create a new app in RevenueCat and select the Galaxy Store as your platform.
2. Enter your app's name and package name.

### Step 2: Create an Access Token

To allow RevenueCat to access the Galaxy Store Developer API on your behalf, you need to create a Service Account and provide its credentials.

1. Sign in to the [Galaxy Store Seller Portal](https://seller.samsungapps.com/) **with an admin account**. If you are not using an admin account, the UI required for the next steps may not be visible.

2. Click on **Assistance** > **API Service**
   ![Navigate to API Service in the Galaxy Store Seller Portal](/docs_images/platform-resources/galaxy/navigate_to_api_service.png "Navigate to API Service in the Galaxy Store Seller Portal")

3. Click **Create Service Account**
   ![Create Service Account](/docs_images/platform-resources/galaxy/create_service_account.png "Create Service Account")

4. Select both **Publishing & ITEM** and **GSS (Galaxy Store Statistics System)**, then click **Create**.
   ![Create Service Account Modal](/docs_images/platform-resources/galaxy/create_service_account_modal.png "Create Service Account Modal")

5. From the Service account created window, click **Download Key** to save the private key to a file. Additionally, copy the **Service Account ID**. Treat this key like a password and store it securely.

6. In the RevenueCat dashboard, enter your **Service Account ID** and upload your **Private Key**.
   ![Upload Private Key to RevenueCat Dashboard](/docs_images/platform-resources/galaxy/upload_private_key_to_rc_dashboard.png "Upload Private Key to RevenueCat Dashboard")

7. Click **Save changes**.

## Next Steps

Now that your app is set up:

1. **[Create products](/getting-started/entitlements/galaxy-products)** — Set up in-app purchases in Galaxy Store and RevenueCat
2. **[Add the SDK to your app](/getting-started/installation/android#galaxy-store)** — Install the RevenueCat Android SDK with Galaxy Store support
3. **[Set up server notifications](/platform-resources/server-notifications/galaxy-server-notifications)** (optional) — Enable real-time purchase notifications
