Post

Replies

Boosts

Views

Activity

Comment on NSURLRequest.CachePolicy
"NSURLCache was designed as a general purpose cache and doesn’t have the infrastructure needed to reliably support an offline mode" What do you mean by that sentence @eskimo? Let's say that we have two competing cache implementations: 1. Custom made that stores content inside of the caches directory 2. URLCache. I'm interested in the lifetime of cached data stored with these two implementations. What's the difference? My intuition is that iOS should probably treat both of these things equally (ultimately it all probably ends up in the caches directory). Is it not the case?
Topic: App & System Services SubTopic: General Tags:
Feb ’22
Comment on NSURLRequest.CachePolicy
"NSURLCache was designed as a general purpose cache and doesn’t have the infrastructure needed to reliably support an offline mode" What do you mean by that sentence @eskimo? Let's say that we have two competing cache implementations: 1. Custom made that stores content inside of the caches directory 2. URLCache. I'm interested in the lifetime of cached data stored with these two implementations. What's the difference? My intuition is that iOS should probably treat both of these things equally (ultimately it all probably ends up in the caches directory). Is it not the case?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on NSURLRequest.CachePolicy
(I mean URLCache configured with a /Library/Caches directory)
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Feb ’22
Comment on MusicKit development and Apple Music subscription
Yeah, I already used it 😅
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jun ’22
Comment on Documents not showing in the "Recents" tab.
Hey, I know it's been a long time ago, but I have the same issue now... Do you know whats the solution 🙏?
Topic: UI Frameworks SubTopic: UIKit Tags:
Replies
Boosts
Views
Activity
Feb ’23
Comment on MPMediaPlayback.currentPlaybackRate no longer working in iOS 15.4?
Hmm, and you use ApplicationMusicPlayer specifically @nickfromsf 🤔? Well, obviously it can be something on my side, but the code that I use is pretty simple (you can see the gist that I shared in the feedback here)
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
Comment on MPMediaPlayback.currentPlaybackRate no longer working in iOS 15.4?
Thanks for a rapid response @JoeKun 🙌 Its FB12168694. I'm not entirely sure how should I provide you a sysdiagnose though. Can you give me a bit more guidance on that?
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23
Comment on MPMediaPlayback.currentPlaybackRate no longer working in iOS 15.4?
Oh man, I can feel your pain @florom. On my side, it's all Swift and the whole app is SwiftUI, DocumentGroup-based (maybe that makes a difference 🤷🏼‍♂️?)
Topic: Media Technologies SubTopic: General Tags:
Replies
Boosts
Views
Activity
May ’23