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.
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.
© 2024 OneMinuteCode. All rights reserved.