Skip to content Skip to sidebar Skip to footer

Titanium Inappbilling Queryinventory Return Error Code -1003 (inappbilling.iab_result_verification_failed)

I'm using ti.inappbilling module for in-app billing on Android. I use titanium sdk 5.1.2 But when I call it's always returning an error: var InAppBilling = require('ti.inappbillin

Solution 1:

Make sure the following things are done.

1.The app is published.

2.The account your are using to test is listed in beta tester list.

3.You accept to be tester in that account.

4.Created product is active.

Also after adding the product it takes a while to take effect. In my case it took two days although it was active.

Solution 2:

sorry it's my fault, I set an undefined PUBLIC_KEY in the setup. now it's correctly

Thank you for your answers

Post a Comment for "Titanium Inappbilling Queryinventory Return Error Code -1003 (inappbilling.iab_result_verification_failed)"