Contents

impressionNotFound

The system can’t find the ad impression.

Declaration

static var impressionNotFound: SKANError.Code { get }

Discussion

This error may occur if an app calls endImpression(_:completionHandler:) before calling startImpression(_:completionHandler:).

See Also

Getting Error Codes