We do many tests but can't receive SKAdNetwork install postback.

We generate pair keys with p256 curve reference Register An AD Network .

I installed profile to speed up the test. And used Singular and PubMatic provided sample in github.
I also check those sample, and there are no problems as i mind.

But we can't receive postback after test many times.
I used source app id = 0 for the test.

the request sample
Code Block json
{
"version": "2.0",
"ad-network-id": "hb56zgv37p.skadnetwork",
"campaign-id": 1,
"itunes-item-id": 1446093432,
"nonce": "e68e93bc-d906-4e67-99a7-6aef7b9bb709",
"source-app-id": 0,
"timestamp": 1617431531951,
"signature": "MEUCIEHMrMK+MIQ0ASGWGfn/987v+R8Um5G++vvWv+KEBOkWAiEAiSiAMQKiVYmj0ioQatCKvQaB5wHSXAuSo3FBsZDYDfw="
}


The signature was verified OK via openssl

Code Block
ubuntu@ca:~$ openssl dgst -sha256 -verify public_key.pem -signature signature.bin message.bin

Code Block
Verified OK

We do many tests but can't receive SKAdNetwork install postback.
 
 
Q