Forums Feedback

RSS for tag

Ask questions about how to use the Apple Developer Forums. Discuss forums bugs and enhancements requests that you’ve filed via Feedback Assistant.

Forums Feedback Documentation

Posts under Forums Feedback tag

63 Posts
Sort by:
Post not yet marked as solved
2 Replies
339 Views
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
Posted
by rnikander.
Last updated
.
Post marked as solved
2 Replies
496 Views
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?
Posted
by robnotyou.
Last updated
.
Post not yet marked as solved
0 Replies
315 Views
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?
Posted Last updated
.
Post not yet marked as solved
9 Replies
867 Views
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?
Posted
by Nickkk.
Last updated
.
Post not yet marked as solved
1 Replies
254 Views
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.
Posted
by wnsoft.
Last updated
.
Post not yet marked as solved
1 Replies
333 Views
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.
Posted
by comptonsw.
Last updated
.
Post not yet marked as solved
2 Replies
428 Views
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.
Posted
by ardent11.
Last updated
.
Post marked as solved
2 Replies
1.1k Views
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?
Posted
by robnotyou.
Last updated
.
Post not yet marked as solved
10 Replies
1.4k Views
What did you expect when you opened a thread called "Test"?
Posted
by eskimo.
Last updated
.
Post not yet marked as solved
1 Replies
554 Views
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"
Posted
by eskimo.
Last updated
.
Post not yet marked as solved
3 Replies
2.5k Views
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?
Posted
by iBek.
Last updated
.
Post not yet marked as solved
4 Replies
608 Views
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.
Posted
by JJQuevedo.
Last updated
.
Post marked as Apple Recommended
656 Views
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 ?
Posted
by Claude31.
Last updated
.
Post not yet marked as solved
0 Replies
642 Views
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!
Posted Last updated
.
Post not yet marked as solved
8 Replies
4.1k Views
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>
Posted
by SHay.
Last updated
.
Post marked as solved
4 Replies
552 Views
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 ?
Posted
by Claude31.
Last updated
.