Contents

SKAdTestError

An error the testing environment returns for SKAdNetwork testing errors.

Declaration

struct SKAdTestError

Overview

Unit tests that call setPostbacks(_:), flushPostbacks(responses:), validateImpression(parameters:publicKey:), and validate(_:publicKey:), can throw SKAdTestError errors.

When you call the unit test methods validateImpression(parameters:publicKey:), validate(_:publicKey:), or validateWebAdImpressionPayload(_:publicKey:) to validate your ad impression, the system may return signature-related errors.

When you call setPostbacks(_:) and flushPostbacks(responses:), you may get postback-related errors.

Topics

Getting Signature Errors

Getting Postback Errors

Getting Other Errors

Getting Older Errors

Initializing the Error Objects

Type Properties

See Also

Ad impression and postback errors