Reputation: 240
I am conducting a beta test and trying to get a much wider audience to participate testing a new subscription service I have added to my Google Play app. I am having trouble getting volunteers outside my inner circle because subscriptions require a payment option setup on Google Play.
I don't blame folks for not wanting to do this. I can say that the charge will be zero, which is how it actually works, but there are obvious trust issues with strangers/volunteers.
I need to create a subscription that won't cost anyone anything but Google Play won't let me create a product for zero money.
I thought a promotion code would be awesome until I find out that there are no promotion codes for subscriptions.
How do I set up my subscription so that folks aren't asked to use their credit cards, is it possible?
Technical Requirement. We authenticate the subscription id on our back end, so we need a legit subscription ID to unlock the service.
Upvotes: 4
Views: 4352
Reputation: 240
I found no other way than to require my beta testers have a legitimate means of payment in addition to requiring their email to be on my white list. There are no promotion codes for subscriptions. This is the only way to do it.
Upvotes: 5
Reputation: 81
In May 2019 Google has introduced promotions for subscriptions - More Info: https://developer.android.com/google/play/billing/billing_subscriptions#promo
Promotions, or promo codes, let you give away one-time products or trials to subscriptions free-of-charge to a limited number of users. To implement promo codes for subscription trials, see Implement a promotion.
Upvotes: 1