Enumeration VerifyReceiptErrorStatus

The error statuses for the app receipt verification.

Enumeration Members

ACCOUNT_NOT_FOUND: 21010

The user account cannot be found or has been deleted.

INTERNAL_ERROR: 21009

Internal data access error. Try again later.

MALFORMED_DATA: 21002

The data in the receipt-data property was malformed or the service experienced a temporary issue. Try again.

NOT_POST: 21000

The request to the App Store was not made using the HTTP POST request method.

SERVER_NOT_AVAILABLE: 21005

The receipt server was temporarily unable to provide the receipt. Try again.

SHARED_SECRET_INVALID: 21004

The shared secret you provided does not match the shared secret on file for your account.

SHOULD_NOT_HAPPEN: 21001

Deprecated

This status code is no longer sent by the App Store.

UNAUTHORIZED: 21003

The receipt could not be authenticated.

USE_PRODUCTION_ENVIRONMENT: 21008

This receipt is from the production environment, but it was sent to the test environment for verification.

USE_TEST_ENVIRONMENT: 21007

This receipt is from the test environment, but it was sent to the production environment for verification.