InApp Purchase

The place to discuss anything and everything about running your LiveCode on Android

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Post Reply
tfabacher
Posts: 15
Joined: Mon Mar 03, 2014 8:31 pm

InApp Purchase

Post by tfabacher » 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:

Code: Select all

on mouseUp
   mobileStoreEnablePurchaseUpdates
   mobileStoreSetProductType "gaghandbab_deluxe_test", "inapp"
   mobileStoreMakePurchase "gaghandbab_deluxe_test", "1", "This belongs to me"
end 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

Post Reply