Search code examples
androidin-app-purchasein-app-billing

"Add New Product" option missing in google play


I've an existing app in android play store where i would like to integrate InApp purchase feature. I've read the api and implemented this feature and uploaded new signed APK in beta testing mode. Then i've tried to create in app products in InApp product section. But i dont see any option there. Please refer the image attached below.

enter image description here


Solution

  • I found the answer to my question. Actually i've mistakenly added com.android.BILLING instead of com.android.vending.BILLING in manifest file.

    Thank you