No response called when trying to load Apple products

I’ve implemented this countless times in previous apps, but for some reason it’s stopped working and it’s a real headache!

I’m trying to load products from the App store in the usual way, but I’m not getting any response back. This is essentially what I’ve been doing to try and find the problem. Note, I have already initialised the store at this point, and checked bundle and product ids match:

local function handleLoadProducts(event)

  print(“loading…”)

end

local products = { “com.productId…” }

store.loadProducts(products, handleLoadProducts)

Everything is setup correctly, everything is getting correctly initialised, I can’t see a problem, but I’m not getting a response!

Is anyone else experiencing problems?

Tim

I’ve since discovered that Apples IAP Sandbox is down… sigh

I’ve since discovered that Apples IAP Sandbox is down… sigh