Since the recent changes to the app pricing that Apple announced and went in to effect, updating my IAP's via the App Store Connect API is no longer working the way we had it working before.
Basically, I have an application that links up an IAP id to a tier number, that tier number is fetched from the API pricePoints endpoint. Normally, we would send something like priceTier=7 and the id for that tier would be returned - everything else after that works fine.
However, recently my tier requests are no longer working, the tiers cant be found. After further investigation and pulling in ALL price points I noticed that the tiers now start at 100000 and increment in price in various amounts, for example:
Tier 100000: $0.00
Tier 100001: $0.15
Tier 100002: $0.35
Why are the tiers so high of a number and why are the increments so random? Previously we had saw something more akin to:
Tier 0: $0.00
Tier 1: $0.99
Tier 2: $1.99
Is this new change intended or is this a bug on my app? If it is the new path forward, is there some kind of Matrix that my team can compare what tiers they want to what new tiers exist and their price points?
Topic:
App Store Distribution & Marketing
SubTopic:
App Store Connect API
Tags:
App Store Connect API