# Report <img width="980" alt="Screenshot 2024-03-06 at 1 09 38 PM" src="https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/assets/50064165/32babc93-2b78-499f-98b7-ed9e34168235"> ## Plugin Version ℹ Please replace these two lines with the plugin version. 6.13.0 ## On what Platform are you having the issue? ℹ Please replace these two lines with the SDK version. ios ## What did you do? ## What did you expect to happen? ℹ Please replace these two lines with what you expected to happen. Clear warning ## What happened instead? ℹ Please replace these two lines with of what happened instead. SKAN Overview dashboard show warning: ``` Your app isn’t set up to send iOS postback copies (iOS 15+) to AppsFlyer. This is required to assure the integrity of your SKAN measurement ``` I have configured it in info.plist: ``` <key>NSAdvertisingAttributionReportEndpoint</key> <string>https://appsflyer-skadnetwork.com/</string> ``` But there are still warnings.