Can't post on the forum

I receive "This post contains sensitive language. Please revise it in order to continue." error, although I just list my failing notarization requests

Answered by DTS Engineer in 779720022

After removing the UUIDs of the notarization requests, I was able to create the post.

Yeah, that’s annoying. It’s hard to say what DevForums was complaining about without actually seeing what you tried to post. One way to get around such limits is to post your content elsewhere — for example, as a gist on GitHub — and then post the link to that here.

IMPORTANT See tip 14 in Quinn’s (Now Ironically Named) Top Ten DevForums Tips for advice on how to post that link.

If you do that here, I’ll take a look at your content to see if I can work out what went wrong.

ps I’m going to use this thread to talk about your posting issue and use your other thread to talk about your notarisation issue.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

After removing the UUIDs of the notarization requests, I was able to create the post.

After removing the UUIDs of the notarization requests, I was able to create the post.

Yeah, that’s annoying. It’s hard to say what DevForums was complaining about without actually seeing what you tried to post. One way to get around such limits is to post your content elsewhere — for example, as a gist on GitHub — and then post the link to that here.

IMPORTANT See tip 14 in Quinn’s (Now Ironically Named) Top Ten DevForums Tips for advice on how to post that link.

If you do that here, I’ll take a look at your content to see if I can work out what went wrong.

ps I’m going to use this thread to talk about your posting issue and use your other thread to talk about your notarisation issue.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Hello @eskimo , Thank you. Only one of the UUIDs was problematic. Here it is

https://gist.github.com/atacan/ba7f47ac78f0f8ad79a9a70331ffa70d

It's the request ID from Jan 15, 2024 mentioned in the other post.

2 D 4 6 9 1 2 0 - 3 7 8 7 - 4 0 9 7 - B 8 4 3 - F 4 F A 9 7 6 1 3 3 6 E

I think it has spotted " F A G " at the start of the last portion of the UUID.

I like that theory but it’s not right. It also fails with:

2 D 4 6 9 1 2 0-3 7 8 7-4 0 9 7-B 8 4 3

When you remove the spaces of course (-:

I’ve no idea what’s going on here. I’ll escalate this later in the week, when I get back to my office.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I’ve no idea what’s going on here. I’ll escalate this

After some spelunking I figured out what’s going on. Consider this:

2D469 120-3787-4097-B843-F4FA9761336E

That’s the original UUID with a space inserted between the 9 and the 1. Notably, 91 is the country code for India, and DevForums has had a number of episodes of spam posts with Indian phone numbers.

Clearly we should be smarter about this, and I’ve filed a bug with my thoughts on this topic (r. 123228226).

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Obligatory xkcd:

https://xkcd.com/1313/

This is getting flagged too. Even a single line is getting flagged. Dear Apple Support Team,

I’m reaching out for help with implementing Sign in with Apple for my web application. While I’ve successfully integrated it into my Capacitor iOS app, I’m encountering issues with the web version:

Chrome/Edge: Persistent invalid_client error (tested with both usePopup: true/false).

Safari (Mac): The sign-in popup appears, but after login, it shows "Signup Not Completed."

Configuration Details: Frontend: https://dev.mydomain.com (served via Cloudflare tunnel).

Backend: https://dev-api.mydomain.com.

Apple Developer Portal:

Configured Service ID (not bundle ID).

Added domains/subdomains: dev.mydomain.com, dev-api.mydomain.com.

Redirect URIs:

Frontend: https://dev.mydomain.com/apple-callback (for JS SDK listener).

Backend: https://dev-api.mydomain.com/oauth/callback/apple (for token handling).

Steps Taken: Verified Service ID and configuration multiple times.

Waited 48+ hours for DNS/propagation (per community suggestions).

Tested various redirectURI combinations.

This issue is blocking my progress, and I’d greatly appreciate any guidance to resolve it. Let me know if additional details are needed.

Can't post on the forum
 
 
Q