You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
const production = false; // use sandbox or production url for validation
I'm not planning on using server urls for validation nor do I even know how to do it...
I simply want to validate through the app as it loads...does this mean I just leave this at "false" through production? Forgive me for my ignorance, but this is my first implementation of IAP.
Using InAppUtils and this validator, everything is working as intended in Beta Testing with sandboxed accounts and with real accounts (Beta Testers). Is this all I need? Do I need to make any modifications to the code prior to production build and review submission?
Thank you in advance.
The text was updated successfully, but these errors were encountered:
You have to use the server to verify iaps... that just how it works. You will have to set it to production=true otherwise real transactions won't be validated. Using sandbox url only works with sandbox iap receipts...
I'm thrown off by this line of code
const production = false; // use sandbox or production url for validation
I'm not planning on using server urls for validation nor do I even know how to do it...
I simply want to validate through the app as it loads...does this mean I just leave this at "false" through production? Forgive me for my ignorance, but this is my first implementation of IAP.
Using InAppUtils and this validator, everything is working as intended in Beta Testing with sandboxed accounts and with real accounts (Beta Testers). Is this all I need? Do I need to make any modifications to the code prior to production build and review submission?
Thank you in advance.
The text was updated successfully, but these errors were encountered: