Post

Replies

Boosts

Views

Activity

Reply to Migrate from XML to App Store Connect API
Finally I found the solution to make the API work https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules In some cases, the price calendar is empty even though there is an active price in IOS Application, API call of https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules/:inappid/manualPrices?include=inAppPurchasePricePoint&filter[territory]=FRA is empty too (no Customer Price / Price Tiers) After creating a rate in the calendar, API Response is not empty... So we had to check all the prices one by one and for the empty ones, send back the right price with API and it's works !
Oct ’22