15

I am new to iOS development. I have a Apple ID. In that I am getting following error while updating the address in iTunes connect agreements, tax, and banking page.

I have used address like this

enter image description here

here I have display the screen shot of my error

enter image description here

how to rectify this error.

Rocky
  • 2,903
  • 1
  • 22
  • 26
KAVIYA VENKAT
  • 337
  • 2
  • 17

4 Answers4

81

You can try this solution found on AppDeveloper

Just found a solution. Try clicking the add/save/submit button 3 times.

It worked for me.

Bhargav Rao
  • 50,140
  • 28
  • 121
  • 140
Brtgmaden
  • 839
  • 7
  • 8
3

Clicking multiple times didn't work for me as of August 23, 2021.

What worked was sniffing the XHR traffic in chrome, copied the CURL Request, modified the PUT body request JSON property under accountHolderAddress > sameAddressRetryCount: 0, and changed the value to 5 pasted in the terminal and voila! Problem solved!

Looks like you have to tell Apple you've tried so much already until they accept your request.

  • If you have Postman, you can even import the CURL as Raw Text, and edit the request more conveniently
oliverbytes
  • 636
  • 6
  • 18
0

When I inspect the XHR request, I see "Insufficient Privileges" as the reason it fails. I am an "Admin" but not account owner, so that might be the problem.

If only it said that instead of just "The address entered appears to be invalid. Please correct your address and resubmit." that would have saved me some time!

spingary
  • 131
  • 1
  • 4
0

I had to click 4 times to make the agreement pop up. Just keep on clicking until it 'unlocks' haha!

mahatmanich
  • 10,791
  • 5
  • 63
  • 82