Post

Replies

Boosts

Views

Activity

Comment on Should SDK developers use UserDefaults?
I am not sure domains actually work the way you describe: according to documentation. From this, it sounds like custom domains are the "suites" that you are referring to, and they are searched, but only as part of the searching order. This means that if there's a key with the same name as the custom domain's, then there can be collision.
Topic: App & System Services SubTopic: Core OS Tags:
Aug ’26
Comment on Does Siri AI work with app Intents that don't fit any Schemas?
But for AppIntents that don't fit any schema domains, then the integration with Siri is through AppShortcutsProvider. With Siri AI, the AppIntent can be triggered with similar sounding phrases to the trigger phrases provided; my question is, how good is this natural language understanding? I haven't been able to test it out as I don't have the iPhone capable of Apple Intelligence. Is it possible to effectively train Siri AI to understand the AppIntent by giving it many different trigger phrases?
Jul ’26
Comment on Does Siri AI work with app Intents that don't fit any Schemas?
You mentioned [quote='896703022, DTS Engineer, /thread/837204?answerId=896703022#896703022'] ... Siri ... recognize phrases similar to those defined in your code without requiring every variation to be explicitly programmed. This capability is enabled by default when you rebuild your app with the latest SDKs [/quote] My understanding is that if the AppIntent fits a schema domain, such as Calendar, Mail, Messages, then Siri AI can understand it and trigger it using natural language.
Jul ’26
Comment on SwiftUI .task does not update its references on view update
I'm not entirely sure what you are saying, but I am just surprised because for api such as onChange the reference to sequence would update. I could have used onChange with @Published property for the double instead which would have expressed what I am trying to achieve the same. It seems like using .task is less convenient as I would need to mark the property as State; although now I am wondering if all properties of a type that contains state need to be marked as such.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Jan ’26
Comment on Are deeplinks to Apple apps acceptable?
where can i read more about this url schema?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
2w
Comment on Are deeplinks to Apple apps acceptable?
yes!
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
2w
Comment on Are deeplinks to Apple apps acceptable?
thanks although I just want to have user open the notes app, not use siri to do that..
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
4w
Comment on Are deeplinks to Apple apps acceptable?
I'm interested in the Notes app
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’26
Comment on Should SDK developers use UserDefaults?
I am not sure domains actually work the way you describe: according to documentation. From this, it sounds like custom domains are the "suites" that you are referring to, and they are searched, but only as part of the searching order. This means that if there's a key with the same name as the custom domain's, then there can be collision.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’26
Comment on Should SDK developers use UserDefaults?
The way I interpret the documentation is that the SDK shares the same sandbox as the host app. So UserDefault space is the same. The domains are for app groups, which sounds to me like if you have a bunch of apps published by the same publisher like Meta publishing Instagram, WhatsApp, Facebook.
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Aug ’26
Comment on Does Siri AI work with app Intents that don't fit any Schemas?
Will do!
Replies
Boosts
Views
Activity
Jul ’26
Comment on Does Siri AI work with app Intents that don't fit any Schemas?
But for AppIntents that don't fit any schema domains, then the integration with Siri is through AppShortcutsProvider. With Siri AI, the AppIntent can be triggered with similar sounding phrases to the trigger phrases provided; my question is, how good is this natural language understanding? I haven't been able to test it out as I don't have the iPhone capable of Apple Intelligence. Is it possible to effectively train Siri AI to understand the AppIntent by giving it many different trigger phrases?
Replies
Boosts
Views
Activity
Jul ’26
Comment on Does Siri AI work with app Intents that don't fit any Schemas?
You mentioned [quote='896703022, DTS Engineer, /thread/837204?answerId=896703022#896703022'] ... Siri ... recognize phrases similar to those defined in your code without requiring every variation to be explicitly programmed. This capability is enabled by default when you rebuild your app with the latest SDKs [/quote] My understanding is that if the AppIntent fits a schema domain, such as Calendar, Mail, Messages, then Siri AI can understand it and trigger it using natural language.
Replies
Boosts
Views
Activity
Jul ’26
Comment on Does Siri AI work with app Intents that don't fit any Schemas?
For App Intents that don't conform to any of the schemas provided by the framework, how well does Siri AI do on natural language understanding?
Replies
Boosts
Views
Activity
Jul ’26
Comment on AttributedString Localization does not seem to work
Can the documentation for the attributedstring be updated? It currently says otherwise.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jun ’26
Comment on SwiftUI .task does not update its references on view update
I'm not entirely sure what you are saying, but I am just surprised because for api such as onChange the reference to sequence would update. I could have used onChange with @Published property for the double instead which would have expressed what I am trying to achieve the same. It seems like using .task is less convenient as I would need to mark the property as State; although now I am wondering if all properties of a type that contains state need to be marked as such.
Topic: UI Frameworks SubTopic: SwiftUI Tags:
Replies
Boosts
Views
Activity
Jan ’26
Comment on Can iOS simulators simulate device pixel density?
oh i need to read more on these. im just looking to see how an image would look in the ui if it were displaying on a real device.
Replies
Boosts
Views
Activity
Jun ’25
Comment on FileAttributeKey.protectionKey's value is always nil in Simulator
and yes before i was using the filemanager api not the url one
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’25
Comment on FileAttributeKey.protectionKey's value is always nil in Simulator
in my case when i use this api, it's ALWAYS returning completeFileProtectionUntilFirstUserAuthentication. no matter what I set. Could you try setting something else in your test code?
Topic: App & System Services SubTopic: Core OS Tags:
Replies
Boosts
Views
Activity
Apr ’25