Hello everybody,
I am trying to implement IAP in my application. I have created a test user, and a consumable.
I logged to iTunes Store and Game Center with the test user on my device.
But when I call store.loadProducts, all the products are displayed as invalid products.
<code>
print( “Showing invalid products:”, # event. invalidProducts )
for i = 1,# event. invalidProducts do
print( event. invalidProducts [i] )
end
</code>
Is there something I am missing.
Thank you for your help.