Search code examples
xcodeswift3ios10sirikitxcode8-beta3

Payment domain intent is showing internet result instead of intent UI or intent confirmation using Sirikit


I am using SendPayment intent using Sirikit with my payment domain app. Once I say "Send 10$ to William using payments app", it goes to Intent handler but it shows internet results rather than asking for the confirmation and showing default intent UI. It was working last week, but it suddenly stopped working. Anybody else facing this issue? I checked the other domain like "SendMessage" is working.

Any leads on this will be highly appreciated. Thanks in Advance


Solution

  • We have found that you need to add a paymentRecord to the INSendPaymentIntentResponse, before returning it from the confirm and handle methods in the Payment Intent Handler. Give this a shot and see if that fixes it for you.