Is there a way to give promo/coupon codes for people to download your app for free?

后端 未结 5 1436
粉色の甜心
粉色の甜心 2020-12-24 01:56

I need a way to share my app to allow people to download it for free with a coupon code or promo code or checkout code. I would like to post the code to a board, and invalid

5条回答
  •  萌比男神i
    2020-12-24 02:13

    Google has recently enabled support for promotion codes for paid apps and in app purchases. You will first need to setup a promotion through your Google play store developer console:

    https://support.google.com/googleplay/android-developer/answer/6321495

    Or add support for in app purchase codes through in app promotions:

    https://developer.android.com/google/play/billing/billing_promotions.html

    Note however that there are limits to the amount and type of codes that can be created:

    For each app, you can create up to 500 promo codes per quarter. To reach that limit, you can use any combination of paid app and in-app promo codes.

    Here are some ways you could reach your promo code limit for an app:

    • 500 paid app promo codes, or
    • 500 promo codes for one in-app product, or
    • 250 paid app promo codes + 250 promo codes for one in-app product, or
    • 100 promo codes for five in-app products

提交回复
热议问题