[Solved] Disable in-app purchases

Royagers

  • *
  • Posts: 40
Hi everyone,

How to disable permission com.android.vending.BILLING?
My game doesn't contain in-app purchases, but permission is exists.

Regards.

P.S. In the settings "Enable purchases" checkbox is false.

« Last Edit: February 20, 2022, 08:24:02 am by makaydenko »

Justin

  • *
  • Posts: 4716
Sounds like a bug. What build are you using?
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

Royagers

  • *
  • Posts: 40
4.1.0-beta[ci/410-beta3] (b10925) - 22-01-28_9-0-2

Justin

  • *
  • Posts: 4716
Thanks. I've fixed the issue that caused that permission to appear. It's a regression that occurred when I updated purchases to use Google Play Billing Library v4.

https://github.com/Stencyl/extension-purchases/commit/f4b3ad7e16646ef6873109aaba495539040f7703

The fix is available in the latest private build (4.1.0-beta3/b10927).
For Live Support: Join our discord server and ping me @justin.
I'm most often available between 10am and 10pm Japan time. (GMT+9)

Royagers

  • *
  • Posts: 40
It's great, Justin!