Questions tagged [whatsapp]

WhatsApp Messenger is a proprietary, cross-platform instant messaging application for smartphones. In addition to basic messaging and video calling, WhatsApp Messenger users can send each other images, video and audio media messages.

WhatsApp Messenger is a cross-platform mobile messenger supporting end-to-end encryption. It replaces SMS and works through the existing internet data plan of a device. Aside from supporting text messages, it also supports sharing (GIF) images, videos and audio messages.

WhatsApp is available for iPhone, Android and Windows Phone devices. It can additionally be accessed via the internet browser of desktops.

For more information, visit WhatsApp.com or read the Wikipedia entry on WhatsApp.

3065 questions
20
votes
7 answers

Sending message to WhatsApp from your app using Swift?

For one of my app, I wanted to share data to WhatsApp contacts. I tried few solutions overs the StackOverflow but couldn't get exact solution. After some trials could achieve what I was looking for, so sharing here for anyone's future reference.
Pandurang Yachwad
  • 1,695
  • 1
  • 19
  • 29
20
votes
7 answers

Start WhatsApp from URL HREF with custom text/content

As you know using the whatsapp url scheme on iphone i can create the following link: href="whatsapp://send?text=blahblah" this is possible due to the url scheme support on ios. im try to create the similar effect for android devices. (but no threw…
edan_develop
  • 408
  • 1
  • 4
  • 9
19
votes
1 answer

send message by viber or whatsapp programmatically

I have a system with some members. my members should receive one message each day. I want to send this message via Viber or whatsapp (or if there are others app like them). But I dont want to send messages one by one. I want to send by asp.net c#…
user3125254
  • 219
  • 1
  • 3
  • 6
18
votes
5 answers

How to send whatsapp message in whatsapp-web.js

I am using whatsapp-web.js to send and reply message. https://github.com/pedroslopez/whatsapp-web.js I can connect and reply message using following code: const { Client } = require('whatsapp-web.js'); const client = new Client(); client.on('qr',…
Hello World
  • 2,673
  • 7
  • 28
  • 60
18
votes
8 answers

Flutter open whatsapp with text message

I want to open whatsapp from my Flutter application and send a specific text string. I'll select who I send it to when I'm in whatsapp. After making some research I came up with this: _launchWhatsapp() async { const url = "https://wa.me/?text=Hey…
Kitcc
  • 2,138
  • 4
  • 24
  • 42
18
votes
2 answers

Share link using whatsapp

I used these code for share app link in what's app but nothing is come in the textfield of whatsapp. If using simple text then its work. Can anyone suggest the final outcome. NSString *theTempMessage =…
Chandan Kumar Jha
  • 325
  • 2
  • 4
  • 18
18
votes
2 answers

How to send message from WhatsApp in PHP with WhatsAPI Official?

I'm trying to use the WhatsApi Official library to send a message via WhatsApp from a php file. I've moved in my Apache web server the library, in a folder call test, like this: The file whatsapp.php is this one:
I love coding
  • 1,183
  • 3
  • 18
  • 47
18
votes
4 answers

iOS - Share image + text to WhatsApp?

I'm using the UIDocumentInteractionController method to share images from my app to WhatsApp (explained in How send image to WhatsApp from my application?, WhatsApp image sharing iOS). I'm also aware of the share via URI option, used to share texts…
Vaiden
  • 15,728
  • 7
  • 61
  • 91
17
votes
5 answers

Opening whatsapp through intent not working in Android 11

Opening Whatsapp with intent is not working in android OS 11 but working fine up to android (OS) 10 devices, It displays the message "Whatsapp app not installed in your phone" on the android 11 device. Does anyone have a solution for this? String…
John
  • 191
  • 1
  • 1
  • 6
17
votes
2 answers

How does the WhatsApp web client still work with the latest iOS update (SDK version 13.0+)?

Dark mode support was added to version 2.20.31 (released in March of 2020) of the WhatsApp client. This is an iOS 13-only feature, and from the look & feel it appears to be a fully native implementation. I think it is safe to assume that the app is…
DPR
  • 770
  • 1
  • 11
  • 29
17
votes
4 answers

Sharing link for WhatsApp Web version?

I placed a button on my website with a link for people to share articles on Whatsapp. The code is this and works fine: Hello, world! But this doesn't work on the desktop version. Does anybody know…
Dan Cortazio
  • 171
  • 1
  • 1
  • 5
17
votes
3 answers

Send messages with whatsapi.net?

I want to send messages using whatsapi and this was my try string nickname = "Test"; string sender = "xxxxxxxxxxxxxx"; //My Phone Number tryed with 049xxxxxxxxxxxx, 0049xxxxxxxxxxxxxx, 49xxxxxxxxxxxxxxx, xxxxxxxxxxxxxx string imei =…
daniel59
  • 906
  • 2
  • 14
  • 31
16
votes
5 answers

Transparent PNG Images in WhatsApp

This image is going around in WhatsApp, a PNG with alpha info. Only works as PNG if you reshare the original one. Everything you try to upload a PNG file (this one or any other) is converted to JPG and the effect is obviously gone. So my question is…
rodripf
  • 575
  • 2
  • 11
  • 24
16
votes
2 answers

Whatsapp PHP api receiving encoded message

I am using Whatsapp PHP api to send and receive messages. When using my own phone number I am getting the message correctly, but using a friend's number sends an encrypted message. I got the issue on github. $debug = true; $username =…
Learner
  • 411
  • 4
  • 13
16
votes
2 answers

How does whatsapp receive multiple notification when APNS stores only one in case device is offline?

According to the official Apple documentation, APNS (Apple Push Notification Service) stores only the last notification if the device is offline. Apple Push Notification Service includes a default Quality of Service (QoS) component that performs…
crysis
  • 1,514
  • 1
  • 20
  • 35