Post

Replies

Boosts

Views

Activity

Reply to EKEventStore save throws error "access denied" since iOS 18.4+, macOS 15.4+
Same problem for me as from 18.4. Not all calendar apps have this, so there must be a workaround. Error committing event store: [Error Domain=EKCADErrorDomain Code=1013 "Access denied" UserInfo={NSLocalizedDescription=Access denied}] Failed to commit: Error Domain=EKCADErrorDomain Code=1013 "Access denied" UserInfo={NSLocalizedDescription=Access denied} Rolling back changes after commit error: Error Domain=EKCADErrorDomain Code=1013 "Access denied" UserInfo={NSLocalizedDescription=Access denied} Failed to save event: Error Domain=EKCADErrorDomain Code=1013 "Access denied" UserInfo={NSLocalizedDescription=Access denied} code-block
Topic: App & System Services SubTopic: General Tags:
May ’25
Reply to Need Clarification between xcprivacy codes CA92.1 and 1C8F.1 for User defaults APIs
You are absolutely correct! 1C8F.1 covers all the situations that CA92.1 does, and additionally allows access for app extensions and App Clips within the same App Group. In your scenario with the SDK this is the most efficient and accurate approach. 1C8F.1 encompasses all the functionalities covered by CA92.1 and expands it for extensions and App Clips. There's no need to declare both codes. Declaring only 1C8F.1 simplifies your manifest and clearly communicates the data access needs of your SDK.
Topic: Privacy & Security SubTopic: General Tags:
Mar ’24
Reply to Opening a sheet/modal after tapping on a SwiftUI List item in iOS 14+
Same issue here. We need a fix from Apple! Multiline Same situation here. I have an app I've been targeting for iOS 13, but just started testing on iOS 14 and most of my sheets no longer work like they continue to do on iOS 13 with the same code.  One interesting thing I noticed when debugging is that my View's @State variables were wrong when I went to render the sheet (via a breakpoint in the .sheet {} code). The situation I saw this happen is when I have a List that presents a selected item on tap, like this:  BlockQuote
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Oct ’20