How to remove the permission for `com.android.vending.BILLING' in the Android app created in Monaca

Asked 2 years ago, Updated 2 years ago, 44 views

In the Android app created in Monaca,
There is no item charge, but
[In-app purchases available] is written under the installation button.

Below is the application.
https://play.google.com/store/apps/details?id=com.makingunma.girlfriend

When I inquired about this matter to Google, I received the following response.

To prevent in-app purchases from displaying in-app purchases in the Play store,
Remove com.android.vending.BILLING permission in manifest.

Is it possible to set monaca?
Also, if there is any other way, could you please let me know?

android monaca

2022-09-30 11:49

1 Answers

Check AndroidManifest.xml for the following information.

<uses-permission android:name="com.android.vending.BILLING"/>

The location of the file is as follows:
Enter a description of the image here


2022-09-30 11:49

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.