我知道我们可以使用以下 url 从我的 react native 应用程序中打开 whatsapp
whatsapp://send?text=MyTextMessage&phone=MyPhoneNumber
或者我们可以使用
https://api.whatsapp.com/send/?phone=MyPhoneNumber&text=MyTextMessage
当我只安装了一个whatsapp应用程序时,这很好用。现在除了whatsapp,我还安装了WhatsApp Business应用程序。但是因为在我安装了whatsapp业务之后,我上面的代码让我可以选择在whatsapp或whatsapp业务之间进行选择。
我不想从我的应用程序中选择,我想根据用户的选择直接在 whatsapp 或 whatsapp 业务中打开 url 中的电话号码聊天。