我正在制作一个iOS应用程序,可以打开Viber应用程序,并自动调用一个人或去聊天窗口的人。对于Viber来说,是否有这样的网址计划,例如:
viber://tel:<phone_number>
viber://chat:<phone_number>我跟踪了this链接,但这是针对安卓的。
发布于 2017-03-26 15:28:48
现在(26.03.2017),我发现这个URI正在工作:
还有一些与公共帐户交互的链接-- viber://pa?chatURI=hello&context=abcdefg&text=hi --试图向hello公共帐户打个招呼
支持论坛:https://support.viber.com/
而且他们有铬扩展- https://support.viber.com/customer/en/portal/articles/2191386-new-chrome-web-extension#top
https://stackoverflow.com/questions/30541805
复制相似问题