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…

1 Like

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.

Sorry for the necro But Im in the corners of the internet trying to track this down.

Im just now getting this error.

I also Have the permission in my androidmanifest but im not entirely sure how to remove it?

Is it just deleting the line and resaving it?

Mine appeared after the recent 5.4 update. I havent added anything or used any plugins.
How would I go about removing the permission?

You also mention if you created in app purchase item in the apk in google play dev console, I dont think I have, but I might of misclicked. which section could I check that in?

Sorry again for necro. Hours are dripping by and Im running out of links and sources lol.

hey, as I remember I just removed it manualy in manifest file with notepad. But it was in older unreal verison, so not sure if you can just do it , or you must check the setting and remove somethign from there :slight_smile: