whatsApp发送消息让用户在ios中编辑消息,在android中它没有

时间:2015-08-19 09:02:31

标签: android ios swift whatsapp

有没有办法在用户选择联系人之后直接发送消息而不是让他在textField中编辑消息?就像在Android中一样,它在你选择联系人之后直接发送它,我只发现了代码和它让用户首先编辑消息 -

let whatsappURL = NSURL(string: "whatsapp://send?text=Hello%2C%20World!")
if (UIApplication.sharedApplication().canOpenURL(whatsappURL!)) {
        UIApplication.sharedApplication().openURL(whatsappURL !)
   }

1 个答案:

答案 0 :(得分:1)

如此处Whatsapp Documentation所述,没有。这是不可能的。 该文本只会预先填写但不会发送。