Apple Implements Feedback Requests -- Filing Reports Works
A personal experience of having a Feedback Assistant request implemented in Xcode 26, and tips for writing effective feedback reports.
11 post(s)
A personal experience of having a Feedback Assistant request implemented in Xcode 26, and tips for writing effective feedback reports.
The proper SwiftUI pattern for icon-only buttons that preserves accessibility without sacrificing readability.
How to enable push notifications for new App Store reviews in the App Store Connect app so you can respond to user feedback quickly.
How to use StoreKit's AppTransaction API to transition from paid-up-front to freemium while preserving access for users who already paid.
SwiftUI's ImageRenderer silently fails on views that use UIKit or AppKit under the hood, like List and ScrollView.
Understanding the mental model shift from imperative navigation in UIKit to data-driven navigation in SwiftUI.
SwiftUI's AsyncImage does not allow the .resizable() modifier, requiring a phase-based workaround.
Xcode 15 introduces String Catalogs, a visual editor for managing localized strings that replaces legacy .strings and .stringsdict files.
Xcode 15 generates type-safe Swift accessors for images and colors in asset catalogs, replacing the need for SwiftGen.
A preview-only helper that simulates network delays so you can see loading states in SwiftUI previews.
A hidden Xcode scheme setting that can significantly reduce app launch times during development.