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
1
vote
0 answers

share URL on whatsapp - iOS

I want to share iTunes URL of application on whatsapp via app. I am using below code: NSString * urlWhats = [NSString stringWithFormat:@"whatsapp://send?text=Hi, I am using test app. You can also download it from here %@",strUrl]; NSURL *…
Aakil Ladhani
  • 984
  • 9
  • 32
1
vote
4 answers

Mark a word like in whatsapp android

I want to mark in yellow some word inside a textview, like whatsapp did in their application. What I've tried was to use html tag: tv.setText(" hello world"); but it doesn't work, it doesn't mark the word and the tags are part from…
Elior
  • 3,178
  • 6
  • 37
  • 67
1
vote
1 answer

Get abid from Contact Framework iOS

I'm trying to get the abid on the new apple's Contacts Framework. I want to create an whatsapp scheme URL to open an specific contact's conversation and found at the documentation that CNContact has a constant called CNContactIdentifierKey but it's…
jescabias
  • 33
  • 1
  • 8
1
vote
0 answers

Showing keyboard below a supportmapfragment in Android

i would like to have a layout where i display a supportmapfragment and right under it a texbox where users can enter their text. When the textbox has a focus i would like to show the keyboard (exactly like whatsapp does). The problem im facing is…
1
vote
1 answer

How to send Message to particular WhatsApp Contact from my app?

I have gone through many different threads on stackoverflow regarding this topic but havent found a solution. Here is what I have managed to write: Cursor c = context.getContentResolver().query(ContactsContract.Data.CONTENT_URI, new…
1
vote
1 answer

presentOpenInMenuFromRect does not show up

presentOpenInMenuFromRect doesn't show up even though canOpen returns true. I'm trying to pass a .mov video to Whats App. I'm running iOS 9 on an iPhone 5S. I've tried CGRectZero and also other views, but I never see the popup at all. I'm using a…
tettoffensive
  • 664
  • 7
  • 24
1
vote
1 answer

Intent to a new page when an image is selected

Currently I create an app which has the camera function that allows users to select their image or do capturing.I get the tutorial from https://stackoverflow.com/a/22165449/5261462. But I want the selected image intent to another page instead of…
Hoo
  • 1,806
  • 7
  • 33
  • 66
1
vote
1 answer

Replace push/local notification like WhatsApp

I want to achieve feature like WhatsApp where user gets push notification when someone calls them and notification says " Call from X" and if you don't receive call or click on notification for 30 sec. Another push notification is received which…
Taseen
  • 1,213
  • 1
  • 11
  • 18
1
vote
1 answer

How does whatsapp detects my newly added number using same app very quickly?

How does Whatsapp detects any newly added number using the app very quickly, and shows an icon in contact details immediately. I am not asking how to do it but my question is how to do it as fast as whatsapp does ?
Akshay Panchal
  • 695
  • 5
  • 15
1
vote
1 answer

How i can export/import groups from WhatsApp?

How can i get contact list from some group from whatsApp, or how i can create group in WhatsApp with contacts from my app? I didn't see an public API for this purposes but app like Drupe has such functionality. How it could be implemented?
Lester
  • 2,544
  • 4
  • 27
  • 38
1
vote
1 answer

How to remove original WhatsApp UIActivity in UIActivityViewController?

I want to remove WhatsApp Activity icon in UiActivityViewController beacause I create a custom Activity WhatsApp. In avc.excludedActivityTypes I don't have WhatsApp :-/ Can you help me ? Thank You !
1
vote
0 answers

Can i display my name in messages send through whatsapp api?

As the title says, Can i display my name in messages send through whatsapp API? I am using whatsapp PHP API https://github.com/WHAnonymous/Chat-API/ to send messages. But i need to send the message without displaying my name instead displaying the…
Nisthar
  • 51
  • 8
1
vote
2 answers

Open WhatsApp conversation using Abid doesn't work

I'm trying to open whatsapp conversation/chat for particular contact. Instead of opening the desired chat it only opens the app. No idea whats wrong : let URLString = "whatsapp://send?abid=\(ID);text=lOL;" …
Roi Mulia
  • 5,626
  • 11
  • 54
  • 105
1
vote
2 answers

How to link mobile website url to Line app

I can link from my mobile website to whatsapp fairly easily and I'm looking for a way to do this with Line app. According to their instructions here http://media.line.me/howto/en/, line://msg// should work, but I'm…
sal
  • 67
  • 1
  • 9
1
vote
1 answer

How to send sms using whatsapp API and winform C#?

I write the code to send sms using whatsapp API and winform C#. I don't know what problem with it. It has error "Login failed not-authorized" ...but I registered in "Whatsapp registration" download from "https://github.com/mgp25/WART" and have…
ThanhLam112358
  • 878
  • 1
  • 20
  • 51