简体   繁体   English

Lync应用程序在iOS8上从其他应用程序启动时崩溃

[英]Lync application crashing upon launching form other application on iOS8

Trying to launch Lync application from my application using below code, 尝试使用以下代码从我的应用程序启动Lync应用程序,

[[UIApplication sharedApplication] openURL:[NSURL URLWithString:@"lync://"]];

While testing my application on device, Lync app gets launched. 在设备上测试我的应用程序时,Lync应用程序将启动。 It shows splash screen for 1 sec and then crashes. 它显示启动屏幕1秒钟,然后崩溃。

This is tested on device having - Lync app version installed – Lync 2013 - iOS version tested – 8.1.3 在安装了Lync应用程序版本的设备上进行了测试– Lync 2013 –已测试iOS版本– 8.1.3

Does any one know what could be issue. 有谁知道可能是什么问题。

Disclaimer: I am a member of the Lync for iOS team. 免责声明:我是Lync for iOS团队的成员。

"lync://" is currently considered a malformed url. “ lync://”目前被认为是格式错误的网址。 You need to include an instruction with it as well. 您还需要附带说明。 Here is what we currently support: 目前,我们支持以下内容:

  • sip://xxxx@yyyy.com sip://xxxx@yyyy.com
  • lync://confjoin?url=xxx lync:// confjoin?url = xxx

And will be included in an upcoming release: 并将包含在即将发布的版本中:

  • lync://call?id=xxxxx lync:// call?id = xxxxx

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

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