Does anyone know how to create an AppIntent that (1) shows a dialog on failure, but (2) shows nothing on success?
I just want SIri to go away quietly when it succeeds. None of the workarounds out there seem to work. (iOS 18+)
#ios #appintents #siri #swift
Does anyone know how to create an AppIntent that (1) shows a dialog on failure, but (2) shows nothing on success?
I just want SIri to go away quietly when it succeeds. None of the workarounds out there seem to work. (iOS 18+)
#ios #appintents #siri #swift
It is quite fun implementing the interactive widgets with now playing info center on #macOS,
Managing both at the same place works best when you have async stream of playback information
#SwiftUI, #Swift, #Navidrome, #buildInPublic, #AppIntents
So… I’ve just learned that most of my adoration for #AppIntents was premature. 😆 I discovered why they didn’t work from actionable notifications, by having the same issue when I tried to use them in .onMove. 😬
#BuildInPublic #IndieHacker #iOSDev #IndieDev
It looks like two weeks in a row I’m coming back to you with an update. 😅 Again, #TestFlight one, but I’m now much closer to a full update! Today I finished introducing #AppIntents to @letspark.it They aren’t available from Shortcuts or Siri, but they helped me clean up code.
However, before full migration, I plan to move all data operations to #AppIntents. I played with them for a while, and only now I see that I should have started with them from the beginning. 🙈
Apple's deliberate rollout of AI agent features through App Intents may be a wise move, prioritizing reliability and user trust over speed. #Apple #AI #AppIntents #UserExperience Link: thedailytechfeed.com/apples-cauti...
🗣️ Apple is gearing up to let Siri control apps entirely by voice—no tapping needed.
Powered by an enhanced App Intents framework, the upcoming Siri upgrade can handle tasks
👉 Read more: techthrilled.com/apple-siri-u...
#Apple #Siri #VoiceControl #AppIntents #AI
I found some information that #AppIntents from a framework or a separate package just doesn’t work yet. So instead of a separate framework, I just have a separate directory, and each file from it is attached to every target. 😩
Is there any fellow #iOSDev that could help me understand what I’m doing wrong with #AppIntents? 😅 I defined my intent in the Framework that’s shared with the app and app intent extension. I created a shortcut provider for that intent (tried both in the app and extension).
💡 𝐼𝑛𝑡𝑒𝑟𝑎𝑐𝑡𝑖𝑣𝑒 𝑆𝑛𝑖𝑝𝑝𝑒𝑡𝑠: 𝐶𝑜𝑛𝑓𝑖𝑟𝑚𝑎𝑡𝑖𝑜𝑛 𝑎𝑛𝑑 𝑅𝑒𝑠𝑢𝑙𝑡 by @jordanmorgan10.bsky.social
This article breaks down how to use App Intents' Result and Confirmation snippets for richer, multi-step user interactions. Learn to build more dynamic workflows with meaningful feedback!
#Swift #AppIntents
A question about #AppIntents:
Say I'm working on an iOS app called Flooz that has an AppIntent where the phrase is "fresh beanz in Flooz".
If the user is already in my Flooz app when they say to Siri "fresh beanz", why doesn't Siri default to the matching intent in my app? Does the user really […]
Shortcuts integration into Spotlight in macOS Tahoe is quite amazing. EntityQuery support could be improved but this a great way to trigger app actions quickly. If you have a Mac app, do add support for #AppIntents.
Don’t miss “App Intents: An art of being useful outside the app” with Naveen T P at the One More Thing Conference! Register now: lu.ma/jhp3xzx6
#AppIntents #OMTConf
Apple should totally ditch the proprietary nature of #AppIntents and instead each app with intents should expose them through a mini #MCP server. Free all those actions from the confines of Siri and Shortcuts, and let apps freely trigger and combine each others’ actions.
Five long years after Covid upended the world, Seattle XCoders are back to doing in person talks. #ios #swift #appIntents #xcoders
Creating AppIntents and running into a problem on the watch. Working with the OpenIntent and associated domains, but it is not working on the watch. Maybe it takes longer for the watch to “know” about the associated domains. #appintents
This is the 4th video in the MyTallies seies and completes the iOS/Widget section. Learn how you can invoke our intents and update any tally we want by simply uttering a phrase to Siri for a shortcut
#Swift #SwiftUI #Widgets #AppIntents
https://youtu.be/oQMogL8GpkE
Apple: l'evoluzione di Siri arriverà con iOS 19 e macOS 16
#AI #AppIntents #Apple #AssistenteAI #Bloomberg #ChatGPT #IntelligenzaArtificiale #iOS19 #iPad #Leak #LLM #Mac #macOS16 #MarkGurman #Notizie #Novità #Personalizzazione #Tecnologia
www.ceotech.it/apple-levolu...
Has any of you heard of an app's intents not showing up in #macOS 15.x, even after …
- deleting the app
- emptying trash
- rebooting
- re-installing app from App Store?
It happens for some (few) of my customers, and it's impossible for me to debug or to offer a remedy.
#AppIntents #Swift
In the latest betas Siri is finally aware of what’s on the screen. Check out these docs on how to add this functionality to your app.
#appIntents #appleIntelligence #siri