Post not yet marked as solved
Since a few hours, Sat 1/29/2022, several pages of the forum do not open, such as:
https://developer.apple.com/forums/
https://developer.apple.com/forums/tags/ios
all showing the same messages:
Other tags open without problem.
And those open with a payload:
https://developer.apple.com/forums/?page=1&sortBy=lastUpdated
https://developer.apple.com/forums/search/?q=column&page=1&sortBy=lastUpdated
https://developer.apple.com/forums/tags/ios/?page=2 works, but page=1 doesn't
Does anyone experience the same errors ?
Conf:
MacOS 12.2 (21D49)
Safari Technology Preview Release 139 (Safari 15.4, WebKit 17613.1.14.41.3)
But the pages open correctly on Firefox, Chrome.
Does not open either on Safari Version 15.3 (17612.4.9.1.5)
So issue is apparently on Safari probably not MacOS 12.2 (21D49) , nor on server side.
Post not yet marked as solved
Many people post questions on these forums that have detailed answers in articles and blog posts from people who aren't Apple employees. It would be nice to link to these articles when answering questions on these forums.
But if you try to link to a non-Apple URL, you get an error message that the domain is invalid. To post the link, you have to remove the https://www part of the link. This forces people to cut and paste the URL into the browser to read the article when they should get a clickable link.
If you're worried about spam links, then either require posters to have a minimum reputation score or have a minimum number of posts to submit answers with external links.
Post not yet marked as solved
is there anyway to delete a question in this forum instead of just editing it?
Post not yet marked as solved
Sir/Madam I don't have a coding knowledge. Can I get a job in apple?.If I can please tell me what are the things I should learn and what are the qualities I should improve
Post not yet marked as solved
Hello Apple,
I would like to say that the forum is really full of spam messages saying “call” “girls” please provide to delete them because they’re very irritating.
I really think that this space is for developers, for who has some doubts and so they can receive help, but despite there are some people like the spammers who doesn’t care about anything.
Please Apple help us.
Post not yet marked as solved
I have developer documentation that contains links that are now dead. How can I find the post that this link used to refer to?
https://forums.developer.apple.com/message/281700
I tried simply using the ID in the new URL format, but that didn't work. Eg:
https://developer.apple.com/forums/thread/281700
Post not yet marked as solved
How to use the double question mark ??
The spamming of this forum, and the time taken to remove the offending posts, has become ridiculous.
Surely some basic level of filtering is already in place?
Please also disallow:
Any title containing a long (phone) number
Any title containing the words "Call" AND "Girls"
Rapidly repeated posts by the same user, with very similar titles
...and once the spammers have worked around that, block whatever they come up with next.
Is it so hard?
I found this link
https://forums.developer.apple.com/community/distribution/testflight
In another thread about finding TestFlight codes.
The link above is not going to help me to find that forum, it does not exist.
I am looking for some eager people to preview my app.
I can invite a certain number of people to test or just preview my app (please have a look at https://app.airport.community/app/recvJ7w97YTBKvv64 to contact me)
Otherwise, where is the TestFlight forum?
Regards
Post not yet marked as solved
There are many nice changes here in recent years.
Is there a document or page that outlines and explains the changes to the Developer portal that resulted in the excellent Document Archive no longer being maintained?
https://developer.apple.com/library/archive/navigation/#
Is there currently a reliable way to search for all of the newer sample code and documents within one list/view?
Post not yet marked as solved
Hi,
I suggest Apple to more frequently reply to software developers. My previous replies didn't get any reply or help from Apple. Also many questions from other developers were not answered. I guess that so large company can pay more attention to their sofware developers. We really need more help and replies from Apple to create good software apps for macOS and iOS.
Post not yet marked as solved
How do I change email address for Apple Developer forum registration/signin?
I have long suspected that The Mighty Quinn may be somewhat more than human...
...but a recent post has led me to question everything I know.
@eskimo said:
I thought I’d write it down so that Future Quinn™ could point folks at it
This seems to be a recurring pattern.
Is Quinn “The Eskimo!” actually a franchise, like Dread Pirate Roberts?
Post not yet marked as solved
I want delete reply from apple Developer Forums
Post not yet marked as solved
I created this thread to help with the investigation of a bug (r. 82019404).
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"
Post marked as Apple Recommended
Even though I have selected all the notification options in my profile,
I do not receive any mail (since about a week), at least when an answer is marked as correct.
I did check they are not in spam.
What do I miss ?
Post not yet marked as solved
Would a new tag "PWA" be useful and appropriate. I believe PWA apps are a future trend, and in fact Steve Jobs I believe initally was in favour of Apple going in this direction? As it later happens, some might now consider PWAs to be in conflict with the App store?
I for one would benefit from having a PWA tag available. Thank you for considering this and thank you for all the support available through the developer forums!
Post not yet marked as solved
Can you fix this please ?
Post not yet marked as solved
In the new version of download > More, there doesn't seem to be a way to filter search efficiently. I searched for instance for MacOS (to see all releases). I get a very long list (200+) references, with a lot of Xcode, but nothing specific to MacOS.
If I search for Xcode 11, I get all Xcode references:
I added quotes to try and force an exact search, I just get a Java extension…
That was not the case in the previous version of the more page. Or do I miss something ?
The Code Block doesn't number lines anymore.
The work around is to ask for Numbered list in addition to Code block.
Just applying Code Block:
required init?(coder aDecoder: NSCoder) {
super.init(coder: aDecoder)
commonInit()
}
Code Block AND Numbered List (or the other order)
1. required init?(coder aDecoder: NSCoder) {
2. super.init(coder: aDecoder)
3. commonInit()
4. }
Is there another way to get numbering directly ?