android - in-app purchase queryInventoryAsync doesnt return item which is already purchased -
i using test product id (product_id = "1023608") implement nokia in-app purchase.
i can purchase item using following code snippet.
mhelper.launchpurchaseflow(this, product_id, rc_request, this, ""); i getting succes response in oniabpurchasefinished.
when try query recent purchases using mhelper.queryinventoryasync(this); getting owned items response: 0.
i wondering should return me product id of purchased item.
can please me if missing ?
thanks :-)
are using emulator testing: known issues state "state of test ids not stored back-end when emulator used initiate purchase transactions."
here's link it: http://developer.nokia.com/community/wiki/nokia_x_known_issues
Comments
Post a Comment