Contents

shouldEnterBillingRetryOnRenewal

A Boolean value that indicates whether the testing environment enters a billing retry state when an auto-renewable subscription renews.

Declaration

var shouldEnterBillingRetryOnRenewal: Bool { get set }

Discussion

The default value is false.

While this property is enabled, all renewals of auto-renewable subscriptions in the test environment fail due to a simulated billing issue and enter a billing retry state. To resolve the simulated billing issue, call resolveIssueForTransaction(identifier:) for the affected auto-renewable subscription.

The timeRate value determines the length of the billing retry period in the testing environment.

See Also

Testing billing retry and grace period