How to remove OFFERS in-app purchases

Hello
Can anyone tell me how to remove this note in google app store?
Because my game dont have any in app purchases but it says that it does…

This happens if you have com.android.vending.BILLING permission. This should not be in your AndroidManifest.xml if you didn’t enabled IAP with bSupportsInAppPurchasing=true in an ini file.

It can also show up if you creating an in-app purchase item for the APK in Google Play developer console.

1 Like

yeh looks like I left it in Manifest… thank you for info.