Hi,
All my products returning as invalidproducts
local function productCallback( event )
…
end
store.loadProducts( currentProductList, productCallback )
I call it after store init (with the right products name as i set on my google play account, and activated)
what seems to be the problem?
p.s on iphone evetything works.