Questions tagged [in-app-promotions]
9 questions
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
5
votes
3 answers
Testing In-app Promotions: how to cancel a purchase made with a promo code
Is there any way to cancel a purchase made with a promotion code?
The developer console shows the count of redeemed promo codes but I didn't find a way to administrate and cancel them.
According to the Testing In-app Promotions documentation there…

Jérémy Reynaud
- 3,020
- 1
- 24
- 36
2
votes
1 answer
What is the difference between offer code URL and URL to redeem iOS App Store promo codes
So in the App Store Connect In-app purchase manage, Offer Codes tab, we can see offers with Offer Code URL like this format:
(1) https://apps.apple.com/redeem?ctx=offercodes&id=YOUR_APP_ID&code=CODE
When I implement this URL, my iOS 11.0 device…

KaMaHe
- 413
- 1
- 7
- 18
2
votes
0 answers
What is the role of Rate in an Admob house ad campaign
I have made a campaign before in the distant past but this time google has updated the design/functionality and now I have to tell a Rate even in a house ad campaign. I have set the target to 80% of total impressions, so I think my ad should be…

Usman
- 2,331
- 2
- 21
- 29
1
vote
0 answers
C# Generate Signature for Apple promotions offer
I try generate signature with the below code to be used from mobile side in Apple store but the generated signature is invalid.
Apple Link:…

adelahmed
- 47
- 5
1
vote
1 answer
Inapp promotion issues in iOS 11
Apple new Feature for inapp Promotion like
For more description
i already Configure the iTunes setup, but i am confuse how to use SKProductPromotionConroller in inapp product page.
let storePromotionController =…

ikbal
- 1,114
- 1
- 11
- 30
1
vote
1 answer
Listen for PURCHASES_UPDATED for redeem promo codes while my app is running
I'm reading in-app promotions documentation to allow users to redeem promo codes. The docs say we need to cover the case when a user redeems a promo code in Play Store app while our app is running. This is done by listening for PURCHASES_UPDATED…

Sergio Viudes
- 2,714
- 5
- 26
- 44
1
vote
2 answers
Android In-app Promotions: The code you entered is invalid
I am implementing Android In-app Promotions, and when I enter the promo code from market I get this message:
The code you entered is invalid
Can someone post a short tutorial about how to implement and test In-app Promotions?

Ilya Gazman
- 31,250
- 24
- 137
- 216
0
votes
0 answers
Apple iOS: give access to paid app version from free app without any charge
I have two apps:
A paid app that costs $0.99 (without ads)
A free app - without ads
In free version I have share page and if user shares the app 10 times they should be able to get pro (paid) version for free.
I can't figure out how to make this.…

mister_giga
- 560
- 1
- 15
- 37