Post

Replies

Boosts

Views

Activity

Comment on AVFoundationErrorDomain Code=-11800 NSOSStatusErrorDomain Code=-17507
I've been struggling to make a recording from an external video stream. I use this func to handle auth, do you think it is improper? I am able to save empty/corrupt files so I assume I am able to save files suddenly when I try this method to set CMSampleBuffer timestamp it fails with this unknown error private func handlePhotoLibraryAuth() {     if PHPhotoLibrary.authorizationStatus() != .authorized {       PHPhotoLibrary.requestAuthorization { authStatus in         if authStatus != .authorized {           print(authStatus)           // I never get this error         }       }     }   }
Topic: Media Technologies SubTopic: Audio Tags:
Dec ’21
Comment on Issue with Animations Blocking Taps in UIView Toasts (SwiftUI + Separate UIWindow)
There's no need to download the whole project. The code is public on GitHub. userInteraction is enabled, the problem was that Animations on UIView will block tap events. By adding DispatchQueue in between the show/hide animations I was able to allow tap events
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Jun ’25
Comment on SwiftUI dismissSearch from .onSubmit(of: .search) modifier func does not seem possible
I like how you're thinking. Your example doesn't seem to work for me but it did inspire me to find a solution! I will reply so I can mark it as solved but in reality you solved it for me. Thank you very much!
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Nov ’23
Comment on Why did my drone controller app get rejected this year by App Review but not last year?
the typo was in the response they sent btw
Replies
Boosts
Views
Activity
Dec ’21
Comment on AVFoundationErrorDomain Code=-11800 NSOSStatusErrorDomain Code=-17507
I've been struggling to make a recording from an external video stream. I use this func to handle auth, do you think it is improper? I am able to save empty/corrupt files so I assume I am able to save files suddenly when I try this method to set CMSampleBuffer timestamp it fails with this unknown error private func handlePhotoLibraryAuth() {     if PHPhotoLibrary.authorizationStatus() != .authorized {       PHPhotoLibrary.requestAuthorization { authStatus in         if authStatus != .authorized {           print(authStatus)           // I never get this error         }       }     }   }
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Why is my AVAssetWriterInput failing to append CMSampleBuffers?
I just recently am revisiting this project. Please help me understand how I would do this. How could I record the stream in a way I can present to be debugged or analyzed by others? I was able to stop getting the original error now I just get empty video files and "The operation couldn’t be completed. (PHPhotosErrorDomain error 3302.)"
Topic: Media Technologies SubTopic: Audio Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Can I use NEHotspotConfigurationManager to prevent "The Wi-Fi network does not appear to be connected to the internet" prompt using Wi-Fi IoT Device
I didn't submit it in the correct place previously. I found https://feedbackassistant.apple.com/feedback/9809792 and made a new feedback request FB9809792
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Can I use NEHotspotConfigurationManager to prevent "The Wi-Fi network does not appear to be connected to the internet" prompt using Wi-Fi IoT Device
I'm not sure I got one, I submitted it on the Apple.com feedback page https://www.apple.com/feedback/
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21
Comment on Can I use NEHotspotConfigurationManager to prevent "The Wi-Fi network does not appear to be connected to the internet" prompt using Wi-Fi IoT Device
I submitted a feature request to specify that a Hotspot connection will not be for Internet/Data. This negatively impacts the UX of an IoT device that uses WiFi to remotely control a device. Thanks for your response and confirmation that I can't do anything about it
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Dec ’21