Can't add sandbox tester, password always invalid

I want to add sandbox tester for testing.

But I always get the error saying that "This field is invalid" on my password.

I already use my real Itunes Account password, but it still the same.


Note: I already use email address that not associated with any Apple ID before

Replies

When you hit "invite", check the JavaScript console. You will see an error with 409/Conflict and a link. Click the link and read the actualy error message in the JSON response. The password has validation requirements which aren't described anywhere - for example, no spaces in the password. A password with the format "MySecretPassword1" works.

have you found solution ?

We are having this problem as well. This is the content of the error in the network panel.

{

"errors" : [ {

"id" : "35d48af4-a818-4339-8664-992645f7a6b8",

"status" : "409",

"code" : "ENTITY_ERROR.ATTRIBUTE.INVALID",

"title" : "The provided entity includes an attribute with an invalid value",

"detail" : "//iforgot.apple.com).",

"source" : {

"pointer" : "/data/attributes/password"

}

} ]

}

Me too. I have tried many different password formats with no success.

I was running into this a couple of weeks ago and finally got it to accept a password of the form


Uj28-Bky1-J1sK-19Sn


(four groups of four random letters/numbers, separated by dashes). I've no idea what the real requirements are, but someone in a different thread mentioned that it was probably unhappy with the password, so I was just trying different ones.