Ok...sounds good...thanks.
In testing, I see the Google Store screen appear with the correct purchase item etc. When i hit the backspace, 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.