testing ...
Fail to submit content to this forums
Please ignore or delete this post. I intended to publish something else, but after clicking the submit button, there was no response, so I tested by posting this message.
I have found the reason why it didn't work. It seems that the content cannot contain Apple's domain name.
Thank you for sharing this info. I just experienced the same thing but wouldn't have figured out a solution without this thread. I've submitted FB12508762 so this can be improved.
Thank you so much for sharing that discovery. I wasted a load of time last week trying to reply to a thread , and this explains why it didn’t work.
Hmmm, let's test that:
developer.apple.com
This is a weird one. I was able to reproduce the issue with www.opensource.apple.com
but not with developer.apple.com
. Lemme do more spelunking…
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Well, that is weird. Consider:
DNS Name Result
-------- ------
apple.com OK
www.apple.com NG
foo.apple.com OK
developer.apple.com OK
www.opensource.apple.com NG
opensource.apple.com OK
It looks like the www
prefix is causing the issue. I’ve checked on FB12508762
— thanks for filing that, btw — and it’s landed in the right place, and we’ll have to give the forums folks a chance to dig into it.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
does the reply work?