I try to test SKAdNetwork postbacks. To do not wait for postback 24 hours +, I use a profile SetInstallAttributionPingbackDelay.mobileconfig that reduces the rate of postback window, downloaded from here: https://developer.apple.com/download/more/?q=SKAdNetwork.
This profile works properly for SKAdNetwork v1.0 , I see the postbacks come after 5-10 min.
However, when I test v2.0 for iOS 14, in console I see the following error log:
And no postback happens.
As you know the difference between v1.0 and v2.0 is two new fields Apple added:
Any advice?
This profile works properly for SKAdNetwork v1.0 , I see the postbacks come after 5-10 min.
However, when I test v2.0 for iOS 14, in console I see the following error log:
Code Block language [SKAdNetwork: App: <private> did not match source app adam id: (null) error 12:02:52.711466+0300 appstored
And no postback happens.
As you know the difference between v1.0 and v2.0 is two new fields Apple added:
SKStoreProductParameterAdNetworkSourceAppStoreIdentifier,
SKStoreProductParameterAdNetworkVersion
Any advice?