Post

Replies

Boosts

Views

Activity

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.
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
Oct ’20