用于在iOS中打开特定whatsapp联系人的Web链接URI

时间:2016-01-31 20:17:31

标签: ios iphone hyperlink uri whatsapp

我正在尝试通过网络链接打开Whatsapp应用程序。我需要用特定的电话号码打开一个特定的对话。 我发现一些代码适用于Android而不是iOS:

<a href="intent://send/+1234567890#Intent;scheme=smsto;package=com.whatsapp;action=android.intent.action.SENDTO;end"><i class="fa fa-whatsapp"></i></a>

“+1234567890”是电话号码。 我需要在iOS中使用相同的代码。 也许这些链接有帮助:

I'm an iPhone developer, how can I integrate WhatsApp into my app?

I'm an Android developer, how can I integrate WhatsApp with my app?

0 个答案:

没有答案