feedback-assistant / reports

Open collection of Apple Feedback Assistant reports

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FB13300970: Allow widgets to be in-app just like normal AppIntents

sindresorhus opened this issue · comments

  • Date: 2023-10-25
  • Resolution: Open
  • Area: WidgetKit
  • OS: iOS 17.0
  • Type: Suggestion

Description

AppIntents support being in-app, which can be useful when your intents require more memory. For example, I have an app that provides widgets that show photos from the user’s photo albums. App extensions have very little available memory, so I cannot even generate a single high-quality photo in an extension before running out of memory. If widgets supported being in-app, I would be able to use high-quality photos in the photo widgets. Currently, I have to severely degrade the photo quality to make it work.