App Store to require developers to describe why their apps use certain APIs https://9to5mac.com/2023/07/27/app-store-describe-app-api/?utm_source=dlvr.it&utm_medium=mastodon
App Store developers must detail why they're using some APIs

The App Store review process is very strict to ensure that apps comply with Apple’s guidelines. And soon, this whole...

9to5Mac
@9to5Mac UserDefaults seems surprising given that it’s seemingly the preferred way to store basic preferences, though I’m fully inclined to move to SwiftData and AppStorage (which I think uses UserDefaults?) where applicable. This is a great change, though; we should be transparent in explaining what data is being persisted or read from disk, and clarity is always welcome over a lack of clarity.