add some extra days to active users subscription in google play console

Viewed 51

I want to add 15 days to all my active subscription users for free.

for example if a user expiration date is 1 April, I want to change it to 15 April by API or from Google Play Console.

is it possible ?

2 Answers

Yes you can, if you already integrated in-app promotions in your app.

You can create promotion codes to give selected users an extended free trial to an existing subscription SKU.

Check out the documentation to know how to apply.

Related