From bad167143fe45159e7f96d7bc59d0aaf63f9f0a5 Mon Sep 17 00:00:00 2001 From: NachoSoto Date: Mon, 26 Jun 2023 10:40:59 -0700 Subject: [PATCH] `INELIGIBLE_ERROR`: added new reason for missing subscriptions See https://github.com/RevenueCat/purchases-ios/pull/2678#discussion_r1236675817 --- "docs_source/\360\237\247\260 Test - Launch/errors.md" | 1 + 1 file changed, 1 insertion(+) diff --git "a/docs_source/\360\237\247\260 Test - Launch/errors.md" "b/docs_source/\360\237\247\260 Test - Launch/errors.md" index a25ce88e..9f3520d7 100644 --- "a/docs_source/\360\237\247\260 Test - Launch/errors.md" +++ "b/docs_source/\360\237\247\260 Test - Launch/errors.md" @@ -215,6 +215,7 @@ Indicates that the user is ineligible for the specific Subscription Offer. Some possible causes: - User has already used this Offer - Offer not available in specific region +- User has no current or previous subscription **Resolution:** If a user is not eligible for a Subscription Offer, be sure to update your UI to reflect normal pricing or terms. [`.paymentDiscount(...)`](https://docs.revenuecat.com/docs/ios-subscription-offers#fetch-payment-discount) is the best way to check for Subscription Offer eligibility. If you are testing in sandbox and already tested a purchase with that offer, you may want to [create a new sandbox user](https://docs.revenuecat.com/docs/apple-app-store#create-a-sandbox-test-account) to try again.