Contents

hasPurchaseIssue

A Boolean value that indicates whether you resolve this transaction using the test framework functions.

Declaration

var hasPurchaseIssue: Bool { get }

Discussion

To test interrupted purchases, first set interruptedPurchasesEnabled to true before making a purchase. If hasPurchaseIssue value is true, then resolve the identified transaction by calling resolveIssueForTransaction(identifier:).

See Also

Getting Test Environment States