> ## Documentation Index
> Fetch the complete documentation index at: https://docs.encorekit.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Add Subscription Product

> Set up the App Store and Google Play subscriptions Encore purchases when a user accepts an offer.

## Overview

Now that placements are presenting, choose the subscription product Encore offers. When a user accepts an offer at a churn moment, Encore triggers a real subscription purchase using the product you select, and the native stores (App Store and Google Play) handle all entitlement state.

Since React Native apps run on both iOS and Android, you complete the store-console setup once per platform. Each store's Platform Integration page walks through connecting the catalog and picking (or creating) the product:

<CardGroup cols={2}>
  <Card title="App Store Subscription Product" icon="apple" href="/publishers/ios/platform-setup/subscription-product">
    Connect your App Store Connect catalog and pick the subscription Encore offers, or let Encore create one for you.
  </Card>

  <Card title="Google Play Subscription Product" icon="android" href="/publishers/android/platform-setup/subscription-product">
    Connect your Google Play catalog and pick the subscription, base plan, and offer, or let Encore create one for you.
  </Card>
</CardGroup>

***

## Configure Analytics

To track subscription events and measure offer impact, forward each store's server notifications to Encore:

<CardGroup cols={2}>
  <Card title="App Store Server Notifications" icon="bell" href="/publishers/ios/platform-setup/server-notifications">
    Point Apple's subscription lifecycle webhooks at Encore, or forward them from your own server.
  </Card>

  <Card title="Real-Time Developer Notifications" icon="bell" href="/publishers/android/platform-setup/server-notifications">
    Point Google Play's Pub/Sub notifications at Encore, or forward them from your own server.
  </Card>
</CardGroup>

***

## You're Done!

You've completed the Encore React Native integration. Here's what to explore next:

* [Encore Dashboard](https://dashboard.encorekit.com) - Monitor analytics and manage your app
* [SDK Reference](../sdk-reference/configure) - Complete API documentation for the React Native SDK
