Unable to change the Price tier in the In app Purchase

Iphonexcode4.2In App-PurchaseItunesApp Store-Connect

Iphone Problem Overview


I'm unable to change the price of an in-app purchase. I added initially for testing purposes, but now that I'm submitting the app, I'd like to change it. Unfortunately, it doesn't seem to accept the change. It is showing me the same price tier not the updated one.what should i do ?

Iphone Solutions


Solution 1 - Iphone

I had this problem too. Here's how I solved it.

When you change the tier in iTunes Connect, it's not enough to then click 'done'. You need to set the schedule to 'Now' and 'None' (for start and end date) and then click the 'Add to schedule' button. Then save.

Cheers,

S

Solution 2 - Iphone

I found this especially confusing as the "Add to Schedule" button is disabled in my browser, even after selecting "Now" and "None". The button only becomes clickable after clicking on the background of the page to deselect the dropdown, which is probably firing some Javascript event that understands to enable the button.

Solution 3 - Iphone

Just to make it painfully clear (because I was still doing it incorrectly, even after reading Stew's answer above), here's a screenshot.

Screenshot showing iTunes Connect screen for changing pricing tier

You need to:

  1. Select a tier.
  2. Select options from the 'Price Effective Date' and 'Price End Date' menus (use Now and None for a price that's effective immediately and indefinitely).
  3. Click 'Add to Schedule' (it's easy to miss this step).
  4. Click 'Save'.

Solution 4 - Iphone

This is now much simpler than it was when the question was asked originally. The Features page for your app at App Store Connect has a Plan a Price Change button under your in-app purchase, and when you press that, it’s very clear how to schedule a price change and make it take effect.

Solution 5 - Iphone

Not sure if anyone is here in 2020, but this is now in the "In-App Purchases" side menu. I tried twice scheduling a price change, and it didn't happen both times. I came here and saw there was something to do after you click "done", which is obviously much different now, but there is something else you need to do after you click "done". You need to also click "save" in the top right.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionPurvaView Question on Stackoverflow
Solution 1 - IphoneStew HogarthView Answer on Stackoverflow
Solution 2 - IphoneadumView Answer on Stackoverflow
Solution 3 - IphoneStewart MacdonaldView Answer on Stackoverflow
Solution 4 - IphonemattView Answer on Stackoverflow
Solution 5 - IphoneMichael MontalbanoView Answer on Stackoverflow