@deathemperor wrote:
I've configured SDKBox IAP and Apple IAP as pictures below.
My problem is when I call sdkbox.IAP:purchase("oneusadollar") it says "Invalid product please double check the product id on itunes connect".
What did I do wrong?
My app is in development. I uploaded it into testflight.
I'm using Lua and it can pull IAP config from SDKBox LiveOps just fine:
"onProductRequestSuccess:" = {
[LUA-print] - 1 = {
[LUA-print] - "currencyCode" = ""
[LUA-print] - "description" = ""
[LUA-print] - "id" = "oneusadollar"
[LUA-print] - "name" = "oneusadollar"
[LUA-print] - "price" = ""
[LUA-print] - "priceValue" = 1.30822018623e+29
[LUA-print] - "receipt" = ""
[LUA-print] - "receiptCipheredPayload" = ""
[LUA-print] - "title" = ""
[LUA-print] - "type" = "CONSUMABLE"
[LUA-print] - }
[LUA-print] - }
Posts: 1
Participants: 1