Post

Replies

Boosts

Views

Activity

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?
3w
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.
3w
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 Does Siri AI work with app Intents that don't fit any Schemas?
Will do!
Replies
Boosts
Views
Activity
3w
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
3w
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
3w
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
3w
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
Comment on Sdk access to filemanager documents directory
did I reply correctly?
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Sdk access to filemanager documents directory
Im just wondering about potential for the sdk to accidentally overwrite your files or delete them. afterall , we share the same file system right
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Sdk access to filemanager documents directory
I feel like we should try to at least self sandbox by creating separate sub folders under the shared directory so that theres less chance the host and sdks clash.
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Sdk access to filemanager documents directory
Im just wondering about potential for the sdk to accidentally overwrite your files or delete them. afterall , we share the same file system right
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on Sdk access to filemanager documents directory
I meant NSDocumentsDirectory not cache
Topic: App & System Services SubTopic: General Tags:
Replies
Boosts
Views
Activity
Jan ’25
Comment on How do I check if a version of an sdk I am using in my app uses a privacy impacting sdk?
we're using 10.21.0. the privacy stuff i added in 10.22.0. thats why we were concerned why there was no notification from apple...
Topic: Privacy & Security SubTopic: General Tags:
Replies
Boosts
Views
Activity
Mar ’24