InAppPurchases problem

Please provide the following:

  1. SDK Version: 37.0.3
  2. Platforms(Android/iOS/web/all): Android

Hello, I’m trying to to get InAppPurchases working for the last couple of days but I can’t figure out what I’m missing out.

I followed all the steps on the documentation and I’ve submitted my apk to the Play Console, however, when I try to create new in-app products I always get the following message:

“Your app doesn’t have any in-app products yet.
To add in-app products, you need to add the BILLING permission to your APK.”

Does anyone know if there’s a missing step somewhere?

PS: I’m working with bare workflow and I’m using Android App Bundle instead of apk

Hi!
I am facing in the same problem. Did you solve the issue with BILLING permission?

Thanks

I am also experiencing this issue. Any help greatly appreciated!

Also having this issue, even after adding
<uses-permission android:name="com.android.vending.BILLING" />
manually to the manifest

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.