I'm using the setShortcutSuggestions method to add several NSUserActivity-based siri shortcuts to appear as options in the Shortcuts app. Previously this used to work fine and all of my suggestions appeared as options in the Shortcuts app. Now on the latest version of iOS and the Xcode 11.5 SDK this method no longer appears to be working for me, or I'm doing something wrong. Is there something else I should check if none of the shortcuts I'm providing are surfaced as options in the shortcuts app?
I am setting isEligibleForPrediction to true on the user activity object when I create it.
I am setting isEligibleForPrediction to true on the user activity object when I create it.