I recently implemented the in-app subscription into my app. Now I am working on adding the promo codes for a subscription. People with promo code can have 15 days trial and after that, they'll be charged.
https://developer.android.com/google/play/billing/billing_promo
Described here we can have promotions on subscriptions by giving the user a free trial period. I have created the promotion in the play console. But when I purchase the subscription there is no way I can add the redeem code or promotion code ( Do my app need to be in production or i can test in alpha track too ).
Please Guide me on this.