appsflyer-react-native-plugin
appsflyer-react-native-plugin copied to clipboard
How to configure "Send SKAN postback" with react-native plugin
Report
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.
Same issue
See https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/pull/494
👋 Hi @hdsuperman and Thank you for reaching out to us. In order for us to provide optimal support, please submit a ticket to our support team at [email protected]. When submitting the ticket, please specify:
- ✅ your AppsFlyer sign-up (account) email
- ✅ app ID
- ✅ production steps
- ✅ logs
- ✅ code snippets
- ✅ and any additional relevant information.
Any solution?
Info.plist
<key>NSAdvertisingAttributionReportEndpoint</key>
<string>https://appsflyer-skadnetwork.com/</string>
package.json
"react-native": "0.72.4",
"react-native-fbsdk-next": "^13.0.0",
"react-native-appsflyer": "^6.13.1",
close, It takes some time to wait. After the configuration is completed, I can see the returned data a few days later.
Hi @hdsuperman H I have configured in info.plist same your configure and released new version about 2 week ago
<key>NSAdvertisingAttributionReportEndpoint</key>
<string>https://appsflyer-skadnetwork.com/</string>
But Appsflyer dashboard still shows warning.
In Podfile, i configured platform :ios, '10.0'. Do i need update to 15?
Thanks in advance
Hi There, I'm facing the same issue, checked with all the configs mentioned in the AppsFlyer SKAN post back, it is just to add the key and string right?. No any other additional step to be taken? I can see other AppsFlyer events are logging properly. Only SKAN Analytics got this warning message. Please let me know if there is anything... My App is published with these SKAN settings for almost a month (3+ weeks). This is native iOS SDK with strict mode.
Any updates on this issue? Facing similar problem.
@trung1051996 @rakshitharodrigo @RouberR
were you able to fix it?
I had this problem and did not know how to solve it. My solution was to simply run the ad campaign and when the SKAN data started coming in it disappeared after a couple of days. That message comes up because the SKAN data has not been received yet.
same issue here
Is this message affected by crowd anonymity, so we need min 70 daily installs for it to disappear?