Billing permission is turned on when using the appC Cloud plug-in in Monaca

Asked 1 years ago, Updated 1 years ago, 97 views

If I turn on the appC Cloud plug-in when building the Android app in Monaca, the com.android.vending.BILLING permission will be turned on even if the charging function is not used. Is there any way to avoid this?

Even in the Google Play store, even though there is no charging function, it says "In-app purchase available".I would like to include appC Cloud advertisements while it is displayed as a free app without charge.

I think AndroidManifest.xml could have been set manually in the previous version of Monaca, but now it seems to be created automatically.

android monaca cordova in-app-billing

2022-09-30 16:12

1 Answers

I looked it up and found that com.android.vending.BILLING is declared in the plugin.xml of the appC Cloud plugin.xml. This plugin.xml of the appC Cloud cannot be edited from above the Monaca IDE, so I think it will be difficult to turn off the charging permission.


2022-09-30 16:12

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.