问题描述
我正在创建一个iOS应用程序,可以打开Viber应用程序并自动呼叫一个人或者与该人聊天窗口。是否有任何针对Viber的网址方案,例如:
I'm making an iOS app which can open Viber app and automatically call a person or go to chat window with the person. Is there any url scheme for Viber to do that such as:
viber://tel:<phone_number>
viber://chat:<phone_number>
我跟着链接,但它适用于Android。
I followed this link but it's for Android.
推荐答案
我发送了一封邮件给Viber支持,他们告诉我这种URL(打开Viber呼叫/电话号码聊天)不再支持。键入Viber版本时为5.6。
I sent a mail to the Viber support and they told me that this kind of URL (opening Viber call/chat with a phone number) are no more supported. When typing Viber version is 5.6.
查看答案:
感谢您与我们联系。
不幸的是,Viber中没有这样的选项。
我发现的唯一一个转发消息的网址:
您可以指定文字而不是收件人
The only thing I've found is an url to forward a message: https://www.viber.com/en/developers/share_on_viberyou can specify the text but not the recipient
示例:
viber://forward?text=foo
这篇关于在iOS上通过URL方案启动Viber应用程序的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!