Skip to main content
Question

ERROR: ๐ŸŽโ€ผ๏ธ The User is ineligible for that action.

  • 26 July 2024
  • 1 reply
  • 32 views

[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

Userlevel 4
Badge +8

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.