InAppBilling Library - receivig notifications

DevBaby

Active Member
Licensed User
Longtime User
In testing ,y implementation, I see the Google Store screen appear with the correct purchase item etc. When i hit the backspace, the google screen closes and I "assume" that Google sends a cancel notification. However, I try to catch this event and show a msgbox, but my app does nothing.

I implemented the Manager_PurchaseStateChange event and look to show the msgbox if PurchaseState <> Manager.PURCHASE_STATE_PURCHASED.

I am basically trying to confirm that my app recives a notification, and that I can capture the OrderID etc. I am trying to confirm this with 'cancel' event before I "actually" pay for the item.
 
Top