"offers in-app purchases"

Hi

I recently launched my app on Google play. In the listing it says “offers in-app purchases”, even though my app does not. Is there something I need to change in the build settings?

thanks,

David

Did you include the Google IAP plugin in your build.settings?

hi  - This is the only android-specific bit in my build.settings. Is it the vending.billing line? 

android =      { versionCode = "15",    usesPermissions =     {       "android.permission.INTERNET",        "com.android.vending.CHECK\_LICENSE",        "com.android.vending.BILLING",     },

answered my own question. yes, it is that line. have removed it now.

thanks.

Did you include the Google IAP plugin in your build.settings?

hi  - This is the only android-specific bit in my build.settings. Is it the vending.billing line? 

android =      { versionCode = "15",    usesPermissions =     {       "android.permission.INTERNET",        "com.android.vending.CHECK\_LICENSE",        "com.android.vending.BILLING",     },

answered my own question. yes, it is that line. have removed it now.

thanks.