android - Unable to buy item (response 7 item already owned) - UNMANAGED PRODUCT -


i'm kinda new in-app purchases. followed sdk sample , few guides , did succeed in working it. problem encounter error "unable buy item (response 7 item owned)"

i'm handling purchases self (with server handling , validations).

i've created test package unmanaged, after buy in first time i'm unable rebuy package again although unmanaged (isn't whole concept of unmanaged?)

i'm using line of code in order open google play inapp popup

mhelper.launchpurchaseflow(baseactivity.this,                         consts.payment_1_month, iabhelper.item_type_inapp,                         rc_request, mpurchasefinishedlistener, payload); 

any idea i'm doing wrong? have red version 3 managed , unmanaged united if reason there isn't other option (doesn't sounds logic me)

btw i'm using test account (maybe problem?)

really hope can sharpen point out me.

if using version 3 of in app billing (which should be), product type want consumable. you'll need consume test purchase before you're able purchase again. see this section of documentation.


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -