Is there a way to give promo/coupon codes for people to download your app for free?(有没有办法为人们免费下载您的应用程序提供促销/优惠券代码?)
问题描述
我需要一种方法来分享我的应用,以便人们使用优惠券代码或促销代码或结帐代码免费下载它.我想将代码发布到板上,并在一段时间后使其无效.我的应用使用许可和应用内计费,因此邮寄 APK 可能不合适.我看到的关于这个问题的最后一个问题是 6 个月大,所以我不知道是否有更新的解决方案可用.
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 invalidate it after some time. My app uses licensing and in-app billing, so mailing the APK may not be appropriate. The last question I saw regarding this was 6 months old, so I did not know if there was a newer solution available.
推荐答案
Google 最近启用了对付费应用和应用内购买的促销代码的支持.您首先需要通过您的 Google Play 商店开发者控制台设置促销活动:
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:
对于每个应用,您每季度最多可以创建 500 个促销代码.到达到该限制,您可以使用付费应用和应用内的任意组合促销代码.
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 个付费应用促销代码,或
- 一个应用内商品的 500 个促销代码,或
- 250 个付费应用促销代码 + 250 个应用内商品的促销代码,或
- 五个应用内商品的 100 个促销代码
这篇关于有没有办法为人们免费下载您的应用程序提供促销/优惠券代码?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!