Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Playstore: I can't create subscriptions

I'm just trying to create a subscription. If you read the oficial documentation you will see:

Open Play Console and go to the Subscriptions page (Monetize > Products > Subscriptions). Click Create subscription.

The problem is that I don't have the label. I only have a button to upload a APK.

Playstore create subscription

like image 359
Aris Guimerá Avatar asked Mar 12 '26 02:03

Aris Guimerá


1 Answers

I had the same problem... it turns out that before you can set up a subscription, your app needs to have the <uses-permission android:name="com.android.vending.BILLING" /> permission in your manifest file. You can get that in there one of two ways: either by manually adding it, or by simply adding a library dependency to implementation "com.android.billingclient:billing:5.1.0" (or whatever the latest version is) to your build file, rebuilding, and re-upload. Once Play console sees the billing permission on your APK, it will allow you to create a subscription (assuming you also have a merchant account setup correctly).

like image 184
Robert C. Barth Avatar answered Mar 13 '26 14:03

Robert C. Barth



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!