appsflyer-react-native-plugin icon indicating copy to clipboard operation
appsflyer-react-native-plugin copied to clipboard

How to configure "Send SKAN postback" with react-native plugin

Open hdsuperman opened this issue 1 year ago • 2 comments

Report

Screenshot 2024-03-06 at 1 09 38 PM

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.

hdsuperman avatar Mar 06 '24 05:03 hdsuperman

Same issue

Mikewa33 avatar Mar 14 '24 02:03 Mikewa33

See https://github.com/AppsFlyerSDK/appsflyer-react-native-plugin/pull/494

AdamGerthel avatar Mar 22 '24 08:03 AdamGerthel

👋 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.

github-actions[bot] avatar Apr 04 '24 13:04 github-actions[bot]

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",

RouberR avatar Apr 17 '24 19:04 RouberR

close, It takes some time to wait. After the configuration is completed, I can see the returned data a few days later.

hdsuperman avatar Apr 19 '24 07:04 hdsuperman

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

trung1051996 avatar Sep 12 '24 09:09 trung1051996

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.

rakshitharodrigo avatar Nov 29 '24 03:11 rakshitharodrigo

Any updates on this issue? Facing similar problem.

RohanRajGautam avatar Feb 28 '25 16:02 RohanRajGautam

@trung1051996 @rakshitharodrigo @RouberR

were you able to fix it?

Vorob-Astronaut avatar Mar 13 '25 15:03 Vorob-Astronaut

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.

AlexSalas55 avatar Apr 17 '25 09:04 AlexSalas55

same issue here

LouisCapelle avatar Apr 22 '25 07:04 LouisCapelle

Is this message affected by crowd anonymity, so we need min 70 daily installs for it to disappear?

markwitt1 avatar Apr 25 '25 08:04 markwitt1