Questions tagged [promotion-code]

69 questions
3
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…
3
votes
1 answer

Does Apple allow requesting promo codes for apps rated 17+?

My only app with a 17+ rating has the "Request Promo Codes" button disabled in iTunes Connect. I checked Google before contacting Apple and it seems that in 2009 Apple temporarily disabled promo codes for 17+ apps. Does anybody know if this is in…
Juan Arzola
  • 363
  • 2
  • 6
3
votes
1 answer

Deep linking promotion codes for paid app in Google Play

Since about a year it is possible to get from the Developer Console up to 500 promo codes per quarter that can be used to share a paid app for free during a defined promotion period. However, the question is how to bring theses codes efficiently to…
Settembrini
  • 1,338
  • 1
  • 19
  • 32
3
votes
4 answers

Create a UNIQUE 5 character alphanumeric string

We are looking at creating promotional codes to send to customers, we have been told that each code sent HAS TO BE UNIQUE - 5 Characters - Alphanumeric. I thought of doing a hash of a concatenated string and taking the first 5 characters of the…
Richard.Gale
  • 1,757
  • 4
  • 24
  • 43
2
votes
2 answers

Trying to implement a promotion code box in php for an online store

I'm trying to make a promo code box in php such that I can give people different codes for specific discounts on items in my online store. The basic idea is to have them input the code into the box at time of purchase for a coupon-like effect. I've…
2
votes
1 answer

iOS Promo Codes and app updates

If a user has downloaded a 'Pending Developer Release' version (v1.0.0) of an iOS app via a promo code and we create a subsequent build (v1.0.1), will this automatically update v1.0.0 users apps? If v1.0.1 is still 'Pending Developer Release' and…
2
votes
1 answer

Razorpay payment with promo code

What is the way to use promo code concept in Razorpay? Note 1: Razorpay payment works on client side. Note 2: Promo code can be applied only once. Note 3: How to manage two parallel payments with promo code applied? (Accept one payment and stop…
RAJESHINDIN
  • 151
  • 13
2
votes
1 answer

Is there a way to redeem a promo code from within the app?

Since beginning of this year, it's possible to use promo codes for apps: Create promotions As described on the page In-app Promotions, promo codes can also be redeemed from within the app. It also says "You can also keep a SKU off the Play Store, so…
Pete
  • 189
  • 3
  • 11
2
votes
3 answers

Multiple Promo Codes

Complete n00b here so please be forgiving. I inherited a website and it has code in it to reduce the price of a one year membership by $10. I need to add another discount, "LEO" that would reduce the price by $15. I thought I could mimic the…
Pedro
  • 23
  • 2
2
votes
1 answer

Why can't I request promo codes for my iOS app?

Apple's FAQ states this: Why don't I see a Promo Codes button for my app? Only iTunes Connect users with the Legal role are able to access the Promo Codes button and make requests for promo codes. If you are logged in to an iTunes connect…
Torben Gundtofte-Bruun
  • 1,979
  • 1
  • 23
  • 33
1
vote
1 answer

Getting a user's iTunes Connect username?

I'm not looking to harvest information, I'm just trying to create a way to offer my users custom promo codes for In App Purchases since Apple doesn't offer promo codes for IAP. I'm looking for a way to identify a user when they move from device to…
Kenny Wyland
  • 19,242
  • 24
  • 109
  • 205
1
vote
3 answers

Is it against the rules to hand out gift codes for our game on the App Store?

After publishing an app on iTunes you get 50 promo codes to hand out to users. This usually runs out pretty quickly. We thought we may be able to circumvent this by gifting the app to certain users using a US iTunes gift card. Does anyone know if…
markusn82
  • 41
  • 5
1
vote
1 answer

Swift showing Promo Code View for In App purchase not doing anything

I tried adding a function for Promo-Codes so I can give some users something for free. I created a Promo-Code inside App Store Connect and this is my function to open the PromoCodeView: @objc func promoCodeButtonTapped() { let paymentQueue =…
Chris
  • 420
  • 6
  • 32
1
vote
1 answer

Do subscription promo codes work with the subscription test flow?

I'm trying to test promo codes for a subscription in my app. The promo-code is for a 30 day free trial. I'm currently testing my subscriptions with a test user and it follows the 3 min free trial, 5 min for a month and all that according to this…
Razvan S.
  • 511
  • 4
  • 15
1
vote
2 answers

Generate range of promotion codes that are not guessable

I'm looking for a way to generate a range of promotion codes. It would be trivial if it wasn't for both these requirements. That it needs to be a range (not saving every single promotion code in a database) to make it fast and that it is not…
Frozendragon
  • 1,669
  • 1
  • 24
  • 46