In in App purchase page coding ,where we have to provide that product id?
local googleProductList =
{
“android.test.purchased”, – Marketplace will always successfully purchase this product ID.
“android.test.canceled”, – Marketplace will always cancel a purchase of this product ID.
“android.test.item_unavailable”, – Marketplace will always indicate this product ID as unavailable.
}
if my product id is “abc” then how to integrate it here