home.social

#appintents — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #appintents, aggregated by home.social.

  1. When conforming to DeleteIntent, is there a way to show the plural form of the entity ("Books" vs "Book") in the Shortcuts app?

    DeleteIntent requires an AppEntity array, but it ignores the parameter title and instead uses the entity typeDisplayRepresentation (which is singular).

    I filed this feedback @mgorbach: FB23451186

    #iosdev #appintents #xcode #shortcuts

  2. When conforming to DeleteIntent, is there a way to show the plural form of the entity ("Books" vs "Book") in the Shortcuts app?

    DeleteIntent requires an AppEntity array, but it ignores the parameter title and instead uses the entity typeDisplayRepresentation (which is singular).

    I filed this feedback @mgorbach: FB23451186

    #iosdev #appintents #xcode #shortcuts

  3. Apple, can you please explain why running Shortcuts & App Intents on an iOS 18 simulator works fine but fails miserably on iOS 26 and iOS 27?

    Can you please fix that for this release cycle?

    Feedback: FB23342158

    Project is a sample code from Apple: developer.apple.com/documentat

    #iosdev #shortcuts #appintents #xcode

  4. Apple, can you please explain why running Shortcuts & App Intents on an iOS 18 simulator works fine but fails miserably on iOS 26 and iOS 27?

    Can you please fix that for this release cycle?

    Feedback: FB23342158

    Project is a sample code from Apple: developer.apple.com/documentat

    #iosdev #shortcuts #appintents #xcode

  5. With “Find…” actions in Apple #Shortcuts, is there a way to specify only the date part (not the time) for a filter?

    I now I can omit the time part in my app’s queries but it’s not very intuitive for a user in my opinion.

    Asking for a friend implementing #AppIntents.