[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?