Skip to content

Commit 64ef322

Browse files
committed
Purchase connector doc
1. Add readme.io sync header 2. Remove table of contents
1 parent 637979c commit 64ef322

1 file changed

Lines changed: 8 additions & 33 deletions

File tree

Docs/RN_PurchaseConnector.md

Lines changed: 8 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
1-
# React Native Purchase Connector
1+
---
2+
title: React Native Purchase Connector
3+
category: 5f9705393c689a065c409b23
4+
parentDoc: 645213236f53a00d4daa9230
5+
order: 13
6+
hidden: false
7+
---
8+
29
**At a glance:** Automatically validate and measure revenue from in-app purchases and auto-renewable subscriptions to get the full picture of your customers' life cycles and accurate ROAS measurements.
310
For more information please check the following pages:
411
* [ROI360 in-app purchase (IAP) and subscription revenue measurement](https://support.appsflyer.com/hc/en-us/articles/7459048170769-ROI360-in-app-purchase-IAP-and-subscription-revenue-measurement?query=purchase)
@@ -9,38 +16,6 @@ For more information please check the following pages:
916

1017
> *When submitting an issue please specify your AppsFlyer sign-up (account) email , your app ID , production steps, logs, code snippets and any additional relevant information.*
1118
12-
## Table Of Content
13-
* [Important Note](#important-note)
14-
* [Adding The Connector To Your Project](#adding-the-connector-to-your-project)
15-
- [How to Opt-In](#how-to-opt-in)
16-
- [What Happens if You Use PurchaseConnector Files Without Opting In?](#important-callout-what-happens-if-you-use-the-purchase-connector-files-without-opting-in)
17-
* [Basic Integration Of The Connector](#basic-integration-of-the-connector)
18-
- [Create PurchaseConnector Instance](#create-purchaseconnector-instance)
19-
- [Start Observing Transactions](#start-observing-transactions)
20-
- [Stop Observing Transactions](#stop-observing-transactions)
21-
- [Log Subscriptions](#log-subscriptions)
22-
- [Log In App Purchases](#log-in-app-purchases)
23-
* [Register Validation Results Listeners](#register-validation-results-listeners)
24-
- [Cross-Platform Considerations](#cross-platform-considerations)
25-
- [Android Callback Types](#android-callback-types)
26-
- [Android - Subscription and In Apps Validation Result Listener](#android---subscription-and-inapps-validation-result-listener)
27-
- [iOS Combined Validation Result Listener](#ios-combined-validation-result-listener)
28-
* [Testing the Integration](#testing-the-integration)
29-
- [Android](#android)
30-
- [iOS](#ios)
31-
* [ProGuard Rules for Android](#proguard-rules-for-android)
32-
* [Full Code Example](#full-code-example)
33-
* [Purchase Revenue Data Sources](#purchase-revenue-data-sources)
34-
- [iOS Data Sources](#ios-data-sources)
35-
- [StoreKit1 Data Source](#storekit1-data-source)
36-
- [StoreKit2 Data Source](#storekit2-data-source)
37-
- [Android Data Sources](#android-data-sources)
38-
- [Subscription Purchase Data Source](#subscription-purchase-data-source)
39-
- [In-App Purchase Data Source](#in-app-purchase-data-source)
40-
- [Platform-Specific Implementation](#platform-specific-implementation)
41-
- [Logging Consumable Transactions](#logging-consumable-transactions)
42-
- [Important Notes](#important-notes)
43-
4419
## <a id="important-note"></a>Important Note ⚠️ ⚠️
4520

4621
The Purchase Connector feature of the AppsFlyer SDK depends on specific libraries provided by Google and Apple for managing in-app purchases:

0 commit comments

Comments
 (0)