Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

The address entered appears to be invalid. Please correct your address and resubmit

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.

like image 504
KAVIYA VENKAT Avatar asked Jan 18 '18 10:01

KAVIYA VENKAT


2 Answers

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.

like image 132
Brtgmaden Avatar answered Sep 19 '22 07:09

Brtgmaden


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
like image 44
nemoryoliver Avatar answered Sep 21 '22 07:09

nemoryoliver