We downloaded the code from the LiveCode example: http://lessons.runrev.com/m/19606/l/193 ... play-store
So it already has all of the default code in the stack.
We added in the code to make the purchase on mouseUp:
Code: Select all
on mouseUp
mobileStoreEnablePurchaseUpdates
mobileStoreSetProductType "gaghandbab_deluxe_test", "inapp"
mobileStoreMakePurchase "gaghandbab_deluxe_test", "1", "This belongs to me"
end mouseUp
Thanks