我构建Intents扩展,我正在处理INSendMoneyIntent,我说:
送25欧元给约翰史密斯
应用程序确认后的响应
这是您的<Your_App>付款,价格为25.00美元.你想发送吗?
Intent包含正确的货币iso 3代码 - EUR,那么为什么siri在付款确认中显示错误的货币?
回归意图
INSendPaymentIntentResponse *reponse = [[INSendPaymentIntentResponse alloc] initWithCode:INSendPaymentIntentResponseCodeReady userActivity:userActivity];
completion(reponse);
Run Code Online (Sandbox Code Playgroud)