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?
Check AndroidManifest.xml for the following information.
<uses-permission android:name="com.android.vending.BILLING"/>
The location of the file is as follows:
© 2024 OneMinuteCode. All rights reserved.