android - How to turn off "Offers in-app purchases" on Google Play for my app -


i've uploaded first app google play. free , have no in-app purchases.

even have no in-app purchases can still see in google play there sentence next google play icon says "offers in-app purchases". how cancel it? i've searched on google play developer console place uncheck couldn't found one. in in-app products tab have gray screen says "your app doesn't have in-app products yet. " can u me please?

thank u in advance

just remove in-app billing permission android manifest , publish new apk. line in androidmanifest.xml file:

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

Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -