InApp Purchase
Posted: Mon Jul 14, 2014 5:46 pm
We are having issues with InApp Purchases on Google Play. We have created the App and have an ID: gaghandbab_deluxe_test
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:
But when we run the code in a simulator or on the actual phone, nothing happens. Can you please point is in the right direction.
Thanks
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