Post

Replies

Boosts

Views

Activity

Comment on Error with Download Container on iPadOS17 and Xcode15
Awesome solution, better to wrap in #if DEBUG ... #endif so you don't have to worry about forgetting! :)
Replies
Boosts
Views
Activity
Apr ’24
Comment on Privacy manifests for app extensions?
This worked for me!
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Apr ’24
Comment on Checking for connectivity impossible in background URLSession?
For convenience, users can disable downloads over cellular right in the app. But if they have cell data turned off (which means we set allowsCellularAccess = false) AND are not connected to wifi, the download just hangs there and doesn't error out.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Aug ’23
Comment on Uploading a build to test flight forces me to have a higher build version when submitting to AppStore
This answer is incorrect. The Tech Note referenced says, "Version and the build numbers work together to uniquely identify a particular App Store submission for an app."
Replies
Boosts
Views
Activity
Aug ’23
Comment on OSLog capture semantics
Awesome, thanks Quinn!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Mar ’23
Comment on How to detect close button action for default manage subscription in iOS 15?
The production version does not have this problem. In fact, it doesn't have the [x] button, it has a "Done" button, and it works.
Topic: App & System Services SubTopic: StoreKit Tags:
Replies
Boosts
Views
Activity
Aug ’22
Comment on Compiler thinks non-async property is async?
Thanks, Quinn! I also tried and failed to create that simple test case, but I will try again. By the way, the easy fix is to just add await to these lines. Is there a downside to that (other than a potential small performance hit)?
Topic: Programming Languages SubTopic: Swift Tags:
Replies
Boosts
Views
Activity
May ’22