Contents

SKAdTestError.Code.signatureInvalidKey

The public key isn’t a valid cryptographic key, in the testing environment.

Declaration

case signatureInvalidKey

Discussion

The public key that you provide in the validate(_:publicKey:) or validateImpression(parameters:publicKey:) methods must be a key that uses Elliptic Curve Digital Signature Algorithm (ECDSA) with a prime256v1 curve. For more information about the key, see Registering an ad network.

See Also

Signature Errors