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