Post

Replies

Boosts

Views

Activity

Reply to Stuck on App Store Connect “Apple Developer Agreement” page – POST /termsSignatures fails with 409 (missing required attribute version)
I was able to workaround the problem. Inspect the call, using Proxyman/Charles software or similar, and add the atribute "version" on the body, like this example: "data": { "attributes": { "acceptMarketingCommunications": false, "termsType": "RAD", "version": 177 }, "type": "termsSignatures" } } I got the 177 from the last line of the agreement.
4w