A place to discuss charging merchants for your apps and services using the billing API.
Hi,
I'm at a loss here, my app has been approved, yet won't exit out of the test mode for subscription creation.
I have tried test:null, test:false, omitting it completely, ensuring the ENV is set to production, everything.
Every time I go to install the app, even from the public app store, I get "You will not be billed for this test charge."
Anyone have any ideas?
Thanks
Just saw this, but for anyone else that comes across it, you need to actually set isTest to false on all Billing API calls, rather than omit it.