Recent Comments

Open Radar FB12796974: MailKit Extension shows "Loading..." longer than usual esp. for emails with attachments

From Apple

Mail seems to be calling into the extension multiple times. We are tracking this internally

Open Radar FB12597594: keyboardWillShowNotification is sent multiple times in iOS simulator

Partly fixed in Xcode 15 beta 8. The iOS 17 simulator now shows the same behavior as the iOS 16 simulator, in that only one keyboardWillShowNotification notification is sent when the text field becomes the first responder, but when it resigns first responder, it receives a keyboardWillShowNotification and a keyboardWillHideNotification in short succession.

Open Radar 16172586: Add an API call for detecting whether the Bold Text accessibility feature is enabled

Looks like this is now supported via UIAccessibility.isBoldTextEnabled (iOS 8+). Also toggling bold font does trigger the notification UIContentSizeCategory.didChangeNotification. Although officially the userInfo of this notification only contains the UIContentSizeCategory.newValueUserInfoKey it also includes a UIContentSizeCategoryTextLegibilityEnabledKey which as far as I can tell is undocumented. But you can still just query isBoldTextEnabled regardless.

By christopher_hale at July 31, 2023, 4:01 p.m.

Open Radar FB12741044: "Apple iPhone OS Application Signing" certificate is expired

Cert now updated

It seems that finally Apple renewed the certificate. Hence new app uploads will not be affected by this issue. Nevertheless, no feedback from Apple yet.

By marc.obrador at July 26, 2023, 9:18 a.m.

Open Radar FB12078831: Presentation of popover, confirmationDialog, sheet and fullScreenCover are all broken

Issue still exists Xcode: Version 15.0 beta (15A5160n) Simulator: iPad Pro (12.9-inch) (6th generation) iOS 17.0 (21A5248u)

By indiekiduk at June 12, 2023, 4:46 p.m.

Open Radar 25507932: NSValue cant be initialized with CGAffineTransform

workaround

var transform = CGAffineTransform(scaleX: 1, y: 1) let transformValue = withUnsafePointer(to: &transform) { NSValue(bytes: $0, objCType: "{CGAffineTransform=dddddd}") }

By sokolov.lev95 at June 7, 2023, 10:31 p.m.

Open Radar FB9718086: Insufficient API to Efficiently Support Wrapping UIKit Views with Double Layout Pass

In iOS 16 apple added APIs to support this https://developer.apple.com/documentation/swiftui/uiviewrepresentable/sizethatfits(_:uiview:context:)-9ojeu

By bryn.bodayle at June 6, 2023, 10:09 p.m.

Open Radar FB11991841: Xcode does not show latest version for packages tagged with 10 as a major version

This now works as expected in Xcode 15 Beta 1.

I downloaded Xcode 15 Beta 1 and report that the issue appears to be fixed.

By nickcooke at June 6, 2023, 5:10 p.m.

Open Radar 28431676: Playing using MPMusicPlayerController.applicationMusicPlayer triggers AVAudioSession interruption

Team, this is an ancient issue and the use case has gone nowhere. If I'm using the applicationMusicPlayer over the systemMusicPlayer, I'd expect the session boundary to exist within my application.

As it stands the nowPlaying widget is being managed by Apple's Music app service as is the AudioSession by the look of it. I obviously want to be able to handle the nowPlaying controls within my app, I obviously want to be able to handle the AVAudioSession and its interruptions inside the app, otherwise, I wouldn't bother using the applicationMusicPlayer.

At the risk of sounding confrontational, if you want to know why since 2016, developers haven't flocked to Apple's streaming service as a provider for their users over Spotify, it's not down to it not being as popular, it's down to issues like this making it unserviceable.

By patquinnsoftware at May 31, 2023, 9:34 a.m.

Open Radar FB8616295: TextField does not work with Chinese or Japanese input

This bull shit bug still exists on iOS16.3.1, iPhoneX , A1901

By assmdx183 at May 28, 2023, 1:56 p.m.

Open Radar FB11991841: Xcode does not show latest version for packages tagged with 10 as a major version

Feedback report has since been updated by someone from Apple:

"Potential fix identified – For a future OS update"

By nickcooke at May 25, 2023, 4:08 p.m.

Open Radar FB10136468: AVAudioUnitSampler crashes on dealloc

The issue is resolved in iOS 16 and macOS Ventura.

By josipcavar04 at May 18, 2023, 9:37 a.m.

Open Radar FB9835828: AVAudioUnitSampler ignoring new notes when an unknown limit is reached

The issue was resolved in iOS 16 and macOS Ventura. The limit is now much higher and more difficult to run into.

By josipcavar04 at May 18, 2023, 9:36 a.m.

Open Radar 14044044: Please Add Airplane Mode Switch to iOS Simulator

https://apps.apple.com/in/app/rocketsim-for-xcode-simulator/id1504940162?mt=12

Rocket sim provides this as a premium feature

By jeffayangdr at May 3, 2023, 1:06 p.m.