Questions tagged [promotion-code]
75 questions
66
votes
5 answers
Is there a way to give promo/coupon codes for people to download your app for free?
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…

Chloe
- 25,162
- 40
- 190
- 357
60
votes
1 answer
In-app purchases made via promo codes return empty developer payload string
I have an app published to the alpha channel, with an in-app (un)managed item that costs $1.
When I purchase normally, i.e, use a credit/debit card Google returns the correct developer payload string, but if I choose to "redeem" a promo code and…

KDB223
- 643
- 5
- 8
46
votes
1 answer
In-app purchase promo codes breaks remote server verification?
Releasing promo codes for in-app purchases seems like it will prevent an app from (ever again) performing remote server purchase verification!
When a promo code is used for an in-app purchase (the PURCHASES_UPDATED broadcast), it will completely…

ballzak
- 701
- 2
- 6
- 26
20
votes
3 answers
App doesn't handle redemption of in-app purchase promo code of consumable products
My app has in-app purchase built in (I followed this tutorial), the purchase functionality works. However, when I redeem the promo code in App Store for one of the in-app purchase products, my app doesn't response to it. Even the App Store says the…

zs2020
- 53,766
- 29
- 154
- 219
9
votes
2 answers
iOS App Promotion Code expiration conditions
As I understand, promo-codes expire 4 weeks after generated. You are also given 50 codes per version uploaded.
But, what would happen if you generate a promo-code, e.g. for app version 1.0, then upload a new binary/version, e.g. app version 1.1, to…

Pangolin
- 7,284
- 8
- 53
- 67
9
votes
0 answers
How to handle Google play Redeem Promo code in Flutter?
I'm developing a free Flutter app (Android and iOS), that offers premium content (in-app subscription) using official Flutter in-app-purchase plugin - latest version 2.0.1.
We'd like to use Google Play Promo codes to give premium content for free…

Urša Gorše
- 101
- 1
- 5
9
votes
1 answer
Implement In app promotion on subscription with promo code in flutter using in_app_purchases official library
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…

Atif Siddiqui
- 325
- 2
- 4
- 9
8
votes
3 answers
How to create a promotion code for iOS in-app purchases
As of about May 2014 this year, searching Google for "ios in app purchase promotion code", yields lots of news sites reporting the same thing - Apple seem to be working on allowing promotion codes for testing in-app purchases as evidenced by a…

pilcrowpipe
- 2,528
- 6
- 29
- 41
7
votes
6 answers
What's the URL to redeem iOS App Store promo codes
I'd like to be able to generate links that allow users of my iOS app to redeem promo codes for in app purchases. So, they might receive an email with a button that says, "Redeem Code" that takes them to the app store redemption page with the code…

frodo2975
- 10,340
- 3
- 34
- 41
7
votes
5 answers
Android: Promo Codes for Subscriptions?
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…

willbattel
- 1,040
- 1
- 10
- 37
6
votes
1 answer
How can I generate a large number of promotional codes for a paid iOS app?
I'm looking for a workaround to allow many users (100+) to download my paid app via a unique code of some kind.
I'm aware of Apple's limit of 50 per release but this will not be enough. Is there a way to gift an app en masse? What about a…

Bryan Young
- 61
- 1
- 2
6
votes
4 answers
Display collection of Shopping cart rules and products categories associated to each rule
I want to check if there is a sales promotion on the product then stick the promotion label on that product on category list page. But I don't know how to loop through all the shopping cart rules and retrieve the products/categories associated to…

Hum
- 531
- 2
- 12
- 30
6
votes
1 answer
Testing in-app purchase before going live
So here is the scenario:
You have already tested your in-app purchase code in the sandbox environment and everything went perfectly.
Your app is now "Ready for Sale" and you want to make sure in-app purchases work flawlessly prior to actually…

iwasrobbed
- 46,496
- 21
- 150
- 195
5
votes
1 answer
SKProductsRequest returns no product in production environment
I have an iOS application which uses in-app purchases.
I have already set the environment:
Set the Agreements Tax and Banking section,
Created iap products
Turned on "In app purchases" in the capabilities tab
Implemented my code to retrieve the…

Andrea Gorrieri
- 1,704
- 2
- 22
- 36
5
votes
0 answers
How do I combine StoreKit with Promo Codes for In-App Purchases?
My app uses StoreKit to handle in-app purchases. Now I would like to make use of the recently introduced promotional codes feature. The documentation explains how to generate and redeem codes. However, I have no clue in which way a redeemed promo…

Bastian
- 4,638
- 6
- 36
- 55