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

Popular posts from this blog

database - VFP Grid + SQL server 2008 - grid not showing correctly -

jquery - Set jPicker field to empty value -

.htaccess - htaccess convert request to clean url and add slash at the end of the url -