Skip to content

Commit fec5e5c

Browse files
authored
Merge pull request #151 from adjust/docs-update
Docs update
2 parents 96c7f88 + 23fdc3f commit fec5e5c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

README.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ This is the React Native SDK of Adjust™. You can read more about Adjust™ at
2828
* [Event tracking](#event-tracking)
2929
* [Revenue tracking](#revenue-tracking)
3030
* [Revenue deduplication](#revenue-deduplication)
31-
* [In-app purchase verification](#iap-verification)
3231
* [Callback parameters](#callback-parameters)
3332
* [Partner parameters](#partner-parameters)
3433
* [Callback identifier](#callback-id)
@@ -412,10 +411,6 @@ Adjust.trackEvent(adjustEvent);
412411

413412
**Note**: Transaction ID is the iOS term, unique identifier for successfully finished Android In-App-Purchases is named **Order ID**.
414413

415-
### <a id="iap-verification"></a>In-app purchase verification
416-
417-
In-app purchase verification can be conducted through the React Native Purchase SDK which is currently in development and will soon be made publicly available. For more information, please contact [email protected].
418-
419414
### <a id="callback-parameters"></a>Callback parameters
420415

421416
You can also register a callback URL for that event in your [dashboard][dashboard] and we will send a GET request to that URL whenever the event gets tracked. In that case you can also put some key-value pairs in an object and pass it to the `trackEvent` method. We will then append these named parameters to your callback URL.

0 commit comments

Comments
 (0)