How to Identify product purchased or not form in app purchase in Window Store App -
how identify product purchased or not form in app purchase in window store app while processing purchase.
if user click cancel instead of buy. how cancel button event.
await currentapp.requestproductpurchaseasync("..."); if (currentapp.licenseinformation.productlicenses["..."].isactive) { ... } else { ... }
Comments
Post a Comment