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
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?
Post not yet marked as solved
How to use the double question mark ??
Just wondering what have the old downloads been moved after the redesign?
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
It's been known for at least 4 months that there is no email notification for answers to own posts, like an Apple engineer confirmed here https://developer.apple.com/forums/thread/656787?login=true
Why does it take so long to fix a basic issue like this? How long will we have to check daily for new answers without being able to count on a simple notification?
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?
Post not yet marked as solved
El Capitan Apple Mail occasionally leaves around a GUI artifact that contains the last read email's sender's email address. I see this often. It pollutes any open window in its path.Has anyone else seen this? The workaround is to quit and reopen Apple Mail.
Post not yet marked as solved
It’d be great if we could sort by date when searching the forums. Especially post WWDC where everything you want to see will most likely be posted in the last couple weeks. For example when searching for ‘swift playgrounds’ most of the items are from years ago when I really just want to see the last few weeks.
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
What did you expect when you opened a thread called "Test"?
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 not yet marked as solved
So I requested Apple's technical support (TSi) on Monday. Yesterday I received an email with a follow up number. So I replied to that email with my zipped up Xcode file and sent it to them with explanation to help me out with an Xcode 7.0.1 issue that's causing my app to not allow the device to turn Upside Down when I click a Facebook share button. Anyways, yesterday was my response with my project, what happens next? When do they contact me back with a possible solution? By the same email ? And when does this happen?
Post not yet marked as solved
I want delete reply from apple Developer Forums
Post not yet marked as solved
Hi community,I need to create a solution for a company where everyone uses MAC and Iphones.I´m absolutely new to MAC technology, I´m even struggling to close windows on the interface still 😀I need to implement a system like Microsoft Access, it means:- Database with tables friendly and graphically connected to each other for fast info display in real time.- Possibility to program events.- Possibility to code automatic behaviour with a language like vba.- Possibility to export datasets and funcions into other programs like Text Editors, web browers, mail software, etc.Is there anything for MAC which helps me to approach my goal? I´m a developer and I don´t feel like creating everything from scratch.Thanks in advance.
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 help me?? I found this code and have no idea what the program is...<?xml version="1.0" encoding="UTF-8"?><!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="1.0"><array/></plist>
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 ?