简体   繁体   English

MS Teams 消息扩展 submitTask 在 iPhone Teams 应用程序中不起作用

[英]MS Teams Message Extension submitTask not working in iPhone Teams App

I have created a message extension with the custom web form, it fails to send any data back to the bot on microsoftTeams.tasks.submitTask .我使用自定义 web 表单创建了一个消息扩展,它无法将任何数据发送回microsoftTeams.tasks.submitTask上的机器人。 It just closes the form, and the bot submit action method does not receive any data.它只是关闭表单,机器人提交操作方法不接收任何数据。 No issues with other clients like web, windows, or mac. web、windows 或 mac 等其他客户端没有问题。 Any way to debug or look into log files on the mobile?有什么方法可以在手机上调试或查看日志文件?

Event tried with this sample code for message extension and used the compiled TaskModule.zip package, it's also not working in the Teams iOS application.事件尝试使用此示例代码进行消息扩展,并使用已编译的TaskModule.zip package,它在 Teams iOS 应用程序中也不起作用。

try sending only one parameter into submitTask.You could do something like this.尝试只向 submitTask 发送一个参数。你可以做这样的事情。 microsoftTeams.tasks.submitTask(yourObj);

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM