Post

Replies

Boosts

Views

Activity

Reply to Cannot Update Age Rating
I'm having the exact same issue. I complained about this when this requirement was first promulgated, and here it is happening again. I do not have a new version of any of my apps to submit at this time; does this mean that I cannot update my age ratings now, and that therefore I will never be allowed to update any of my apps ever again??? What in the blue-eyed tunket is going on here????
Dec ’25
Reply to ITMS-90078 bogosity
This incident neatly embodies everything that is wrong with feedback reporting to Apple. As a programmer, I regard bug reports from users as a precious gift! Users who provide good bug reports are a valuable resource, to be harbored and treasured. Apple's default response to feedback, on the other hand, is to deny the existence of the issue and to blame and belittle the user who reports it. The user has to repeat the same information many times in order to get Apple to listen at all. When the problem is finally solved, there is no acknowledgment, thanks, or explanation from Apple. The entire process is insulting to the user. This is why I mostly just don't bother any more with the feedback assistant.
Apr ’25
Reply to Incorrect system color on popover view, and does not update while switching dark mode on iOS 26 beta 3
Okay, I've worked out workarounds for both problems; see https://stackoverflow.com/a/79921602/341994
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
3w
Reply to Incorrect system color on popover view, and does not update while switching dark mode on iOS 26 beta 3
"And there is also a problem that when the popover is presented, switching to dark/light mode will not change the appearance" That part is what I came here to complain about. (The system colors being different in a popover does not seem to me to be a bug, because a popover is "elevated" so the colors are different.)
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
3w
Reply to Incorrect menu consistency warnings logged in Tahoe for NSStatusItem, performance issues related?
Just to be clear, this has nothing to do with NSStatusItem or LSUIElement. Simply make a new Mac project in Xcode, in Swift, with Storyboard. Run it. You will see the console fill with these warnings.
Topic: UI Frameworks SubTopic: AppKit Tags:
Replies
Boosts
Views
Activity
Jan ’26
Reply to How to stop navigation items from moving into an overflow menu
If you don't want the overflow menu, set the navigation item's style as .browser.
Topic: UI Frameworks SubTopic: UIKit
Replies
Boosts
Views
Activity
Dec ’25
Reply to Cannot Update Age Rating
I'm having the exact same issue. I complained about this when this requirement was first promulgated, and here it is happening again. I do not have a new version of any of my apps to submit at this time; does this mean that I cannot update my age ratings now, and that therefore I will never be allowed to update any of my apps ever again??? What in the blue-eyed tunket is going on here????
Replies
Boosts
Views
Activity
Dec ’25
Reply to How is BGContinuedProcessingTask intended to be used?
Sorry for the noise — it turns out that the task ID must begin with the app's bundle ID exactly.
Replies
Boosts
Views
Activity
Dec ’25
Reply to How is BGContinuedProcessingTask intended to be used?
Sorry to barge in on this thread, but I am completely unable to get BGContinuedProcessingTask to work in a UIKit app (the task never starts, the heads-up progress never appears), even though the very same code in a SwiftUI app works just fine. Is this by design? It wasn't mentioned in the video.
Replies
Boosts
Views
Activity
Dec ’25
Reply to New age ratings update
I have sent a complaint about this to Apple. The email and the App Store Connect banners specifically say that action is required now, but the new questions, though visible, are not editable so no answers can be provided.
Replies
Boosts
Views
Activity
Jul ’25
Reply to ITMS-90078 bogosity
This incident neatly embodies everything that is wrong with feedback reporting to Apple. As a programmer, I regard bug reports from users as a precious gift! Users who provide good bug reports are a valuable resource, to be harbored and treasured. Apple's default response to feedback, on the other hand, is to deny the existence of the issue and to blame and belittle the user who reports it. The user has to repeat the same information many times in order to get Apple to listen at all. When the problem is finally solved, there is no acknowledgment, thanks, or explanation from Apple. The entire process is insulting to the user. This is why I mostly just don't bother any more with the feedback assistant.
Replies
Boosts
Views
Activity
Apr ’25
Reply to ITMS-90078 bogosity
@Engineer So far, the "engineering teams" have merely repeated the claim that the app is calling application:didRegisterForRemoteNotificationsWithDeviceToken:. It doesn't. If it did, this would not be a bug!
Replies
Boosts
Views
Activity
Apr ’25
Reply to ITMS-90078 bogosity
If you are seeing it, report it to Apple! They aren't going to believe me without support. You can mention FB16995686 in your report but having your own report is what makes the difference.
Replies
Boosts
Views
Activity
Apr ’25
Reply to The developer disk image could not be mounted on this device. IPhone 16e Xcode 16.2
The 16e is too new. You must update to Xcode 16.3 in order to build to the 16e.
Replies
Boosts
Views
Activity
Mar ’25
Reply to Xcode 16.3 Beta3: Developer Documentation Indexing does not end...resulting in Xcode CPU Usage high over long time.
So the "solution", according to the release notes, is just to turn off this feature: defaults write com.apple.dt.Xcode IDEDocumentationSpotlightIndexDisable -bool YES
Replies
Boosts
Views
Activity
Mar ’25
Reply to Can't submit to TestFlight due to RC releases out of sync
FB16995686
Replies
Boosts
Views
Activity
Mar ’25
Reply to Xcode 16.3 Beta3: Developer Documentation Indexing does not end...resulting in Xcode CPU Usage high over long time.
I agree with the assessment of @B347 — the RC is spinning its wheels, unable to index the documentation and using 100% of CPU.
Replies
Boosts
Views
Activity
Mar ’25