I'm trying to submit my in-app-purchase subscription; it got rejected the first time due to the display name.
I updated the display name and uploaded a new binary, but the status still remains "Developer Action Needed", and none of the subscriptions show up on the App Submission information screen.
Please help.
Post
Replies
Boosts
Views
Activity
When loading the https://appstoreconnect.apple.com/apps/APP_ID/appstore/subscriptions/SUBSCRIPTION_ID page, it takes forever to load, and eventually times out.
Looking at the network tab, this is caused by this API call
https://appstoreconnect.apple.com/iris/v1/subscriptions/SUBSCRIPTION_ID?include=appStoreReviewScreenshot,group,promotedPurchase,subscriptionLocalizations,prices,subscriptionTaxCategoryInfo&limit[subscriptionLocalizations]=80
When I omit the subscriptionLocalizations and prices from the include query param, the GET request resolves immediately, otherwise it hangs.