Glassfy Capacitor lib return GLASSFY_ELEGIBILITY.NON_ELEGIBLE
for a SKU however click on on buy hyperlink present that introductory value is eligible
Within the web page displaying merchandise to purchase I examine the Eligibility of introductory discount by doing that
setSkuAnnualy(await Glassfy.skuWithId({ identifier: annualProduct }));
if (skuAnnualy) {
console.log(skuAnnualy.introductoryEligibility);
}
And Glassfy return GLASSFY_ELEGIBILITY.NON_ELEGIBLE
but when i click on on buy button on an IOS system here’s what I’ve
what I’ve achieved mistaken?
the model of the glassfy-capacitor lib is “3.3.4”