Post not yet marked as solved
Post marked as unsolved with 0 replies, 258 views
Siri doesn't give the option to select the account when we have multiple accounts in a particular category(for eg. Credit card). In case of multiple credit cards when we ask "What is my credit card balance?", Siri just displays a message - "You may find that information in the app" instead of showing the list of accounts to select. However all the speakable strings are returned in the resolveAccountNickName() method.
// Here speakables is the list of account names to be displayed
INSpeakableStringResolutionResult.disambiguation(with: speakables)
Note: It works perfectly fine if you have only one account in a category. Also, the same scenario works fine in lower os versions (< iOS 15)
We use INSearchForAccountsIntent.