Post

Replies

Boosts

Views

Created

"Watching" tab is empty
Nothing ever shows in my "Watching" tab. I've tried toggling the watch (bell) button on & off for threads I'm trying to watch, but this doesn't help. The setting sticks per thread, meaning that if I start watching a thread and reload the page, the icon shows as filled. These threads just never show up in the "Watching" tab for me. The only thread I saw mentioning this is from 2021 (https://developer.apple.com/forums/thread/681641). Starting a new thread since that was was marked as answered.
1
0
186
Apr ’25
NSMetadataQueryDidFinishGatheringNotification not posted for some users in macOS 12.3
I have a macOS app that synchronizes some files in the app's iCloud container, outside the Documents folder. Changes to these files are monitored with a NSMetadataQuery using a search scope of NSMetadataQueryUbiquitousDataScope. The NSMetadataQuery instance uses an operation queue for notifications and I'm calling startQuery on the instance's operation queue. As of macOS 12.3, for a subset of my users, the NSMetadataQueryDidFinishGatheringNotification notification is never sent after starting the query. The NSMetadataQueryDidStartGatheringNotification and NSMetadataQueryGatheringProgressNotification notifications are posted. For those affected who have multiple Macs, each of their Macs seems to be affected by this, as if it is a problem specific to the iCloud container for my app, for that user. I'm unable to reproduce the issue on my personal machine. Has anyone else noticed this behavior since macOS 12.3 was released?
3
1
1k
Apr ’22
Airplay 2 and device-local video files
Not sure when this started, but with iOS/iPadOS/tvOS 15, I cannot AirPlay a video file stored on my iOS/iPadOS device to an Apple TV using AVPlayer. Local audio files work fine and remote video files work fine. It's only local video files that fail to play. The error I get via a NSNotification.Name.AVPlayerItemFailedToPlayToEndTime notification is AVErrorExternalPlaybackNotSupportedForAsset. This is easily reproduced using the 'Integrating AirPlay for Long-Form Video Apps' sample app found here by adding a video file to the project and playing that rather that the m3u8 streams the sample uses by default: https://developer.apple.com/documentation/avfoundation/media_playback_and_selection/integrating_airplay_for_long-form_video_apps Happens with tvOS 15 & 15.1 Anyone else experiencing this issue?
2
1
2.4k
Oct ’21
"Watching" tab is empty
Nothing ever shows in my "Watching" tab. I've tried toggling the watch (bell) button on & off for threads I'm trying to watch, but this doesn't help. The setting sticks per thread, meaning that if I start watching a thread and reload the page, the icon shows as filled. These threads just never show up in the "Watching" tab for me. The only thread I saw mentioning this is from 2021 (https://developer.apple.com/forums/thread/681641). Starting a new thread since that was was marked as answered.
Replies
1
Boosts
0
Views
186
Activity
Apr ’25
SwiftUI contextMenu(menuItems:preview:) modifier in iOS 16
Despite finally adding this modifier, it appears that Apple neglected to provide a way to react to the preview view being tapped. I'm hoping I'm just overlooking it. Is anyone aware of a way to handle the context menu's preview view being tapped?
Replies
0
Boosts
0
Views
678
Activity
Oct ’22
NSMetadataQueryDidFinishGatheringNotification not posted for some users in macOS 12.3
I have a macOS app that synchronizes some files in the app's iCloud container, outside the Documents folder. Changes to these files are monitored with a NSMetadataQuery using a search scope of NSMetadataQueryUbiquitousDataScope. The NSMetadataQuery instance uses an operation queue for notifications and I'm calling startQuery on the instance's operation queue. As of macOS 12.3, for a subset of my users, the NSMetadataQueryDidFinishGatheringNotification notification is never sent after starting the query. The NSMetadataQueryDidStartGatheringNotification and NSMetadataQueryGatheringProgressNotification notifications are posted. For those affected who have multiple Macs, each of their Macs seems to be affected by this, as if it is a problem specific to the iCloud container for my app, for that user. I'm unable to reproduce the issue on my personal machine. Has anyone else noticed this behavior since macOS 12.3 was released?
Replies
3
Boosts
1
Views
1k
Activity
Apr ’22
Airplay 2 and device-local video files
Not sure when this started, but with iOS/iPadOS/tvOS 15, I cannot AirPlay a video file stored on my iOS/iPadOS device to an Apple TV using AVPlayer. Local audio files work fine and remote video files work fine. It's only local video files that fail to play. The error I get via a NSNotification.Name.AVPlayerItemFailedToPlayToEndTime notification is AVErrorExternalPlaybackNotSupportedForAsset. This is easily reproduced using the 'Integrating AirPlay for Long-Form Video Apps' sample app found here by adding a video file to the project and playing that rather that the m3u8 streams the sample uses by default: https://developer.apple.com/documentation/avfoundation/media_playback_and_selection/integrating_airplay_for_long-form_video_apps Happens with tvOS 15 & 15.1 Anyone else experiencing this issue?
Replies
2
Boosts
1
Views
2.4k
Activity
Oct ’21