From 2d7801057e90145bb4243067a8726348e211a6a6 Mon Sep 17 00:00:00 2001 From: Seth Rutner Date: Mon, 11 Nov 2024 20:33:11 -0800 Subject: [PATCH] Update RN_ExpoInstallation.md --- Docs/RN_ExpoInstallation.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/Docs/RN_ExpoInstallation.md b/Docs/RN_ExpoInstallation.md index 97cb360a..709fafea 100644 --- a/Docs/RN_ExpoInstallation.md +++ b/Docs/RN_ExpoInstallation.md @@ -27,8 +27,15 @@ expo install react-native-appsflyer ], ... ``` - -4. ___optional___ If you are developing a kids app and you wish to use our strict mode, you should add `"shouldUseStrictMode": true` as followed: +4. ___optional___ If you want SKAdNetwork tracking, add AppsFlyer postbacks to the infoPlist configuration +5. ``` + ios: { + infoPlist: { + NSAdvertisingAttributionReportEndpoint:'https://appsflyer-skadnetwork.com/', + } + } + ``` +6. ___optional___ If you are developing a kids app and you wish to use our strict mode, you should add `"shouldUseStrictMode": true` as followed: ``` ... "plugins": [