promotion-code

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

て烟熏妆下的殇ゞ 提交于 2019-12-31 03:00:14
问题 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 the only way to get that item is by entering that SKU's promo code.". That's what I want for an in app product: Only let a user get an in app product by entering the promo code within the app and do not allow to buy it with money. How can this be

Display collection of Shopping cart rules and products categories associated to each rule

五迷三道 提交于 2019-12-19 03:46:13
问题 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 each rule. EDITED Thanks seanbreeden, but I can't pull the skus from $conditions . var_dump($conditions); shows this: {s:4:"type";s:32:"salesrule/rule_condition_combine";s:9:"attribute";N;s:8:"operator";N;s:5:"value";s:1:"1";s:18:"is_value_processed"

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

徘徊边缘 提交于 2019-12-13 15:21:43
问题 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 account with the Legal role, and the Promo Codes button for your app is still not appearing, the app may not be approved. The Promo Codes button will only be displayed for approved apps with the status Ready for Sale. The thing is that all these criteria are

How to create a promotion code for iOS in-app purchases

人盡茶涼 提交于 2019-12-07 00:53:55
问题 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 screenshot from EA games. My question is; does anybody know how to do this yet? I logged into the new iTunesConnect interface but can't find any link and nothing appears in the Apple docs from what I can find. Ideally I'm looking to create a code for a

How to create a promotion code for iOS in-app purchases

。_饼干妹妹 提交于 2019-12-05 06:30:47
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 screenshot from EA games . My question is; does anybody know how to do this yet? I logged into the new iTunesConnect interface but can't find any link and nothing appears in the Apple docs from what I can find. Ideally I'm looking to create a code for a monthly subscription but they may only be allowed for consumables. With the lack of actual info on IAP

App doesn't handle redemption of in-app purchase promo code of consumable products

泄露秘密 提交于 2019-12-03 06:42:27
问题 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 product has been successfully redeemed, my app doesn't response to it. Has anyone who has in-app purchase tested if your app can process the promo code? Would you mind share the solution? I started with this: override func viewDidLoad() {

In-app purchases made via promo codes return empty developer payload string

放肆的年华 提交于 2019-12-03 01:27:03
问题 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 enter said code, Google returns an empty developer payload string, and thus authentication fails in 'onIabPurchaseFinished()'. I should mention that this only occurs if I choose to redeem a code from the app's purchase flow, and everything works

App doesn't handle redemption of in-app purchase promo code of consumable products

会有一股神秘感。 提交于 2019-12-02 20:41:10
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 product has been successfully redeemed, my app doesn't response to it. Has anyone who has in-app purchase tested if your app can process the promo code? Would you mind share the solution? I started with this: override func viewDidLoad() { NotificationCenter.default.addObserver(self, selector: #selector(applicationDidBecomeActive(notification:)),

In-app purchases made via promo codes return empty developer payload string

喜欢而已 提交于 2019-12-02 14:49:24
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 enter said code, Google returns an empty developer payload string, and thus authentication fails in 'onIabPurchaseFinished()'. I should mention that this only occurs if I choose to redeem a code from the app's purchase flow, and everything works flawlessly if I open Play Store first, redeem the code, and then come back and open the app. Is this a bug

iOS App Promotion Code expiration conditions

生来就可爱ヽ(ⅴ<●) 提交于 2019-12-01 03:36:48
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 iTunesConnect and give out more promo-codes? Would the other promocodes expire immediately when the new version is ready or would they still be active until their 4-weeks are past? Also, would they then be able to download version 1.1 instead of 1.0 (on which they were generated) ? You would get 50 new promo codes for your new version. All promo