相关疑难解决方法(0)

SiriKit付款确认货币始终为美元

我构建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)

ios ios10 sirikit intents-extension

6
推荐指数
1
解决办法
994
查看次数

标签 统计

intents-extension ×1

ios ×1

ios10 ×1

sirikit ×1