Ok, so I’m migrating the Update Widgets intent to #AppIntent. Here are some questions:
1. Is it still the best practice to reload all timelines?
2. Are there any ways to avoid being rate limited?
3. Has anyone mapped how that limit works?

#Swift #iOS

App Intents: новые возможности для разработчиков в iOS 18

Привет! Меня зовут Настя Ищенко. Я — iOS-разработчик в KTS . Эта статья поможет узнать, что такое App Intents и как их использовать для создания сложных сценариев, которые расширят возможности вашего приложения. А еще я расскажу об обновлениях фреймворка App Intents, представленных на WWDC24.

https://habr.com/ru/companies/kts/articles/857078/

#ios #ios_разработка #ios_development #wwdc #польза #app_intents #appintent #shortcuts #appshortcuts #appentity

App Intents: новые возможности для разработчиков в iOS 18

Привет! Меня зовут Настя Ищенко. Я — iOS-разработчик в KTS . Эта статья поможет узнать, что такое App Intents и как их использовать для создания сложных сценариев, которые расширят возможности вашего...

Хабр

I take it back, it's working on iOS 18.0 beta.

Broken on iOS 18.1 beta though. Maybe it's already fixed in the apple internal 18.1 beta? 🤞

#appIntent #appIntents #appEntity #ios18 #shortcuts #EntityPropertyQuery

Anyone else having trouble making multiple implementations of `EntityPropertyQuery` conformance working? We get one `Find` action in Shortcuts that works properly, but all the other options appear as `Filter`? 😵‍💫

#appIntent #appIntents #appEntity #ios18 #shortcuts #EntityPropertyQuery

App Intents engineers eat Apple, please create an AppIntent that lets me change my current active `Media & Purchases` account 😍

#appIntent

So @mangobaby.app fails to build with Xcode 16b4 because it has #AppIntent structs with same titles.

E.g. I use two separate AppIntents to support a system widget & an equivalent lock screen widget. They are separate because I want different sets of parameters (so users can configure the system & lock screen widgets differently because of slightly different needs).

Is this a known issue, or won't be supported going forward? Any recommendations on how to move forward? cc @mgorbach

#SwiftUI

Does any fellow #Swift / #SwiftUI dev have an idea what's wrong with #AppIntent that have to start play the stream. Once it works, another time it doesn't. I have posted a question to StackOverflow, however without answer so far. https://stackoverflow.com/questions/78720617/ios-appintent-mixed-results-for-launching-a-stream-in-avplayer-using-appintent
iOS, AppIntent: Mixed results for launching a stream in AVPlayer using AppIntent on iOS

I am implementing Siri/Shortcuts for my audio app for iOS. I have implemented AppIntent that sends notification to app and app should start playing the stream in AVPlayer. AppIntent sometimes works,

Stack Overflow

◉ Fast Tracker — my simple, reliable and privacy-centric Intermittent Fasting Tracker — has been updated with Siri/Shortcuts Integration, Fasting Zone and Fast Reminder Notifications, and more.

It's now easier than ever to start and stop a fasting session… you don’t even have to open the app!

#indie #fasting #app #tracker #update #swift #swiftui #swiftdata #appintent #health #appstore #macappstore #iphone #applewatch #mac #siri #shortcuts #notifications #privacy

https://apps.apple.com/app/id6470127892

‎Intermittent Fast(ing) Tracker

‎Fast Tracker is an Intermittent Fasting Tracker designed with a focus on simplicity, reliability, and privacy. What can Fast Tracker do? ## Fast and Feast Timer - The Timer indicates the duration since your last fast or the duration of your ongoing fast - It also indicates the current zone you ar…

App Store
Evening 11: AppIntents and SwiftData... not working as expected. Not even doing anything with #SwiftData in my #AppIntent, just fetching from network and decoding to a Decodable Model. Not storing or anything... yet the AppIntent crashes since it doesn't have a context. Ideas?

Anyone out there having trouble rendering views in a Stand By Live Activity?

It seems there's a padding around our views we can't get rid of. 😭

And when updating the activity via an #appIntent the frame doesn't always update correctly and cuts off content. See screenshot no 2.

#SwiftUI #standBy #ios17 #liveActivity #widget