Quick Links: Download Gideros Studio | Gideros Documentation | Gideros Development Center | Gideros community chat | DONATE
Event.PURCHASE_STATE_CHANGE not getting called when processing In-App Purchase on Android — Gideros Forum

Event.PURCHASE_STATE_CHANGE not getting called when processing In-App Purchase on Android

bayopbayop Member
edited December 2013 in General questions
I'm putting up a fresh post because I've looked at and followed all the previous posts

http://www.giderosmobile.com/forum/discussion/comment/17304
http://www.giderosmobile.com/forum/discussion/comment/27037
http://www.giderosmobile.com/forum/discussion/comment/16474

but that no satisfactory resolution was given to any of the above. I've tried implementing in-app purchase on Android using the steps outlined in the first post referenced above. I have created the in-app product on Google Play and uploaded a draft version of the application.

Running on an actual device (Samsung galaxy) and tested using the static product ID's android.test.purchased and my own IAP products. When the method googlebilling:requestPurchase("your_product_001") is called; the google in-app purchase prompts was launched normally and both transactions concluded successfully. However, Event.PURCHASE_STATE_CHANGE was never called. Has anyone being able to solve this?

I'm using gideros version v2013.06.3

Comments

Sign In or Register to comment.