Post not yet marked as solved
Post marked as unsolved with 0 replies, 239 views
When Apple rolled out SKAdNetwork 2.0, we were able to see pingback messages sent from the device directly to our server. Observing those messages with a web proxy like Charles or ProxyMan was very helpful for testing and debugging. We could know the precise time the message was sent, for example, and we could look at the contents of the message to get e.g. the transaction ID, which helped us confirm receipt of and processing of the pingback message on the server.
Starting with iOS 14.6, however, the pingback messages are not sent directly to the server, but are apparently sent through a proxy server instead, which makes it more difficult to demonstrate that the pingbacks are being sent from the device and received at the server.
Are there any tools or techniques that you recommend for testing this aspect of SKAdNetwork attribution?