Post

Replies

Boosts

Views

Activity

Reply to Problem with App Store Connect APIs. Able to apply GET method but not POST and PATCH
I ran into the same error, and it was also caused by a bad JWT. In my case the problem was caused by the scope property. E.g.: { "iss": "57246542-96fe-1a63e053-0824d011072a", "iat": 1623085200, "exp": 1623086400, "aud": "appstoreconnect-v1", "bid": "com.example.testbundleid2021", "scope": [ "PATCH /v1/appStoreVersionLocalizations/{id}" ] } The scope property doesn't cause problems with GET requests, but it causes PATCH requests to fail with The request method is not valid for the resource path. Fixed by omitting the scope property.
Oct ’22
Reply to Problem with App Store Connect APIs. Able to apply GET method but not POST and PATCH
I ran into the same error, and it was also caused by a bad JWT. In my case the problem was caused by the scope property. E.g.: { "iss": "57246542-96fe-1a63e053-0824d011072a", "iat": 1623085200, "exp": 1623086400, "aud": "appstoreconnect-v1", "bid": "com.example.testbundleid2021", "scope": [ "PATCH /v1/appStoreVersionLocalizations/{id}" ] } The scope property doesn't cause problems with GET requests, but it causes PATCH requests to fail with The request method is not valid for the resource path. Fixed by omitting the scope property.
Replies
Boosts
Views
Activity
Oct ’22
Reply to Cloudkit - Service Unavailable (6/2022) Request failed with http status code 503
I've also been getting these errors with a small percentage of users. It started about two weeks ago. I can't reproduce the error locally.
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
Nov ’21