Skip to content

Commit d58aba9

Browse files
committed
Update readme
1 parent e461b26 commit d58aba9

2 files changed

Lines changed: 18 additions & 3 deletions

File tree

Docs/RN_ExpoInstallation.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,11 @@ expo install react-native-appsflyer
2222
...
2323
"plugins": [
2424
[
25-
"react-native-appsflyer",{}
25+
"react-native-appsflyer",
26+
{
27+
"shouldUseStrictMode": false, // optional – kids-apps strict mode
28+
"shouldUsePurchaseConnector": true // NEW – enables Purchase Connector
29+
}
2630
]
2731
],
2832
...
@@ -112,3 +116,14 @@ In v6.8.0 of the AppsFlyer SDK, we added the normal permission com.google.androi
112116
to allow the SDK to collect the Android Advertising ID on apps targeting API 33.
113117
If your app is targeting children, you need to revoke this permission to comply with Google's Data policy.
114118
You can read more about it [here](https://docs.expo.dev/guides/permissions/#android).
119+
120+
### Purchase Connector (optional)
121+
122+
Setting `"shouldUsePurchaseConnector": true` will:
123+
124+
* **iOS** – add the `PurchaseConnector` CocoaPod automatically
125+
* **Android** – add `appsflyer.enable_purchase_connector=true` to `gradle.properties`
126+
127+
> **Expo SDK 53 note**
128+
> Due to a known Expo 53 issue, the Android will fail to apply. Manually add
129+
> `appsflyer.enable_purchase_connector=true` to `android/gradle.properties`.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
1313
### <a id="plugin-build-for"> This plugin is built for
1414

15-
- Android AppsFlyer SDK **v6.17.0**
16-
- iOS AppsFlyer SDK **v6.17.1**
15+
- Android AppsFlyer SDK **v6.17.1**
16+
- iOS AppsFlyer SDK **v6.17.2**
1717
- Tested with React-Native **v0.62.0** (older versions might be supported)
1818

1919
## <a id="release-updates"> Release Updates

0 commit comments

Comments
 (0)