Post

Replies

Boosts

Views

Activity

Reply to Can Live Activities be updated via `activity.update` in extensions?
Aha, so the issue was that I did not include the intent in the application bundle. Once I did that, the app now performs the update in the application (as opposed to the widget extension). Reference: https://stackoverflow.com/questions/76566373/why-dont-interactive-buttons-in-ios-17-widget-call-appintent-perform-when-the Perhaps this could be clarified in this bit of documentation: https://developer.apple.com/documentation/widgetkit/adding-interactivity-to-widgets-and-live-activities#Implement-the-perform-function
Aug ’23
Reply to Permission denied when installing Content Filter for individual-use Screen Time app
I tried the same code with a child account and requestAuthorization(for: .child). Now the production build works, which indicates to me that there's something hard-coded that only allows the .child FamilyControlsMember and not the .individual one. Any plans to expand the capabilities to individuals and not just child accounts? We're building a focus app for individuals and Content Filter is quite critical to its functionality.
Oct ’23