Posts

Post not yet marked as solved
1 Replies
863 Views
There are cases where apple connect apis respond with the following error { "status":"500", "code":"UNEXPECTED_ERROR", "title":"An unexpected error occurred., "detail":"An unexpected error occurred on the server side. If this issue continues, contact us at https://developer.apple.com/contact/." } But if the same request that returned above error, is called again (without any change), then response will be successful Apis that may return above error are : https://developer.apple.com/documentation/appstoreconnectapi/app_store/in-app_purchase
Posted
by wappier.
Last updated
.
Post not yet marked as solved
0 Replies
746 Views
there are cases, where items that are created through apple connect APIs have wrong state in apple store. Even if all fields are fulfilled (price, locales and review screenshot), item state in apple store is MISSING_METADATA we create items by calling the following APIs POST https://api.appstoreconnect.apple.com/v2/inAppPurchases POST https://api.appstoreconnect.apple.com/v1/inAppPurchaseLocalizations POST https://api.appstoreconnect.apple.com/v1/inAppPurchaseAppStoreReviewScreenshots Upload the image using the PUT URL provided in the response to the previous POST. PATCH https://api.appstoreconnect.apple.com/v1/inAppPurchaseAppStoreReviewScreenshots/:id GET https://api.appstoreconnect.apple.com/v2/inAppPurchases/:itemId/pricePoints POST https://api.appstoreconnect.apple.com/v1/inAppPurchasePriceSchedules
Posted
by wappier.
Last updated
.