Skip to main content
[RCPurchases.sharedPurchases getPromotionalOfferForProductDiscount:package.storeProduct.discounts[0]
withProduct:package.storeProduct
withCompletion:^(RCPromotionalOffer * _Nullable discount, NSError * _Nullable error) {
if (discount) {
}
}];

By calling the above method, I’m getting error message  “

ERROR: 🍎‼️ The User is ineligible for that action.

Please any suggestions? 

Hi, this error is from Apple that the user is ineligible for the specific Subscription Offer, see our docs here: https://www.revenuecat.com/docs/test-and-launch/errors#-ineligible_error

I would recommend creating a brand new Apple sandbox tester account and new RevenueCat app user id and testing this again to see if it works.