Android: Promo Codes for Subscriptions?
Asked Answered
F

5

7

Recently, Apple began allowing the creation of promo-codes for in-app subscriptions. I know Android allows promo codes for one-time in-app purchases, But I do not know if Android allows promo codes for in-app subscriptions.

For example, I know I can offer promo codes for a one-time in-app purchase like an in-game currency. But can I offer promo codes for subscriptions like, say, Tinder Plus.

I'm reading about Android subscriptions here, and about promo-codes here, but nowhere does it discuss promo-codes for subscriptions.

Thanks!

Fleenor answered 3/3, 2017 at 3:24 Comment(0)
P
8

Simple answer for this one: No.

I just tried it out for you and and received the following message when clicking Get

Subscriptions aren't eligible for promotions.

Paschall answered 3/3, 2017 at 3:50 Comment(4)
That's a shame... Thanks for testing it!Fleenor
You could always create a special item just for this purpose and check if sub is active or if that special item is active in the code... and if both are active, refund the current months sub (then next time the app checks, the sub wont show as active I believe). But you have to then also remove the special item when the sub should resume.... way too many places for failure for my likingPaschall
@NickCardoso still promo codes not eligible for subscriptions?Kronstadt
I wonder if you could have a promo code that tells app to move the user to a subscription with a free trial for a month - effectively being a discount.Whirlybird
E
4

I just tried promo codes for subscription and it works. But you can give a maximum of 90 days free. It's not the same as iOS subscription promo codes.

Eversion answered 12/7, 2019 at 8:37 Comment(0)
F
3

It is indeed possible, as you can read in the google documentations:

Promotions, or promo codes, let you give one-time products or trials to subscriptions free-of-charge to a limited number of users.

But for subscriptions, note the following:

  • Promo codes offer free trials to subscriptions and not free subscriptions.
  • Promotions do not extend other free trials. If a subscription begins with a free trial without requiring a promo code, a promotion would override the original free trial length.
  • Users who aren't eligible for non-promo free trials—for example, users who have already purchased a subscription in the past—are still eligible for a free trial through a promotion.

And referring to this answer, promotions for subscriptions can only be set to a maximum of 90 days.

Fathom answered 22/7, 2019 at 12:14 Comment(0)
M
0

Of course, you can have one time codes and custom codes for subscriptions as well as one time products. Just navigate to Play Console > Your App > User Acquisition > Promotions > Add New Promotion > Choose subscription. That's it!!

Milkandwater answered 29/7, 2020 at 14:12 Comment(0)
S
-1

promo codes can’t be used for subscriptions as per the tips from Android Developers Blog. enter image description here

Sanmiguel answered 9/4, 2019 at 7:8 Comment(1)
this is old blog from 2016, now google recommend itStrategy

© 2022 - 2024 — McMap. All rights reserved.