Skip to main content
Question

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

  • July 26, 2024
  • 1 reply
  • 396 views

Forum|alt.badge.img+1
[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? 

This post has been closed for comments

1 reply

Forum|alt.badge.img+8
  • RevenueCat Staff
  • August 7, 2024

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.