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:
340 Memory layouts learned in theory don't work out as expected when actually printed as addresses.
356 I want to create an array of sequences from "1" to a specified number.
356 Unity Virtual Stick Does Not Return to Center When You Release Your Finger
353 I have saved several codes written in python to a visual studio file.
345 Who developed the "avformat-59.dll" that comes with FFmpeg?
© 2023 OneMinuteCode. All rights reserved.