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
1 answer

How to share or open the pdf file using whatsapp in iOS?

I am developing an iOS app which generates a PDF. I want to share and open that pdf using my app. I tried to use the : https://developer.apple.com/library/ios/samplecode/DocInteraction/Introduction/Intro.html#//apple_ref/doc/uid/DTS40010052 sample…
Smitha
  • 6,110
  • 24
  • 90
  • 161
1
vote
1 answer

Sync newly inserted contact in android contact list with Whatsapp to get linked

In our android contact list, we are presented with different accounts like- whatsApp, gmail, FB etc. to sync our contact list and linking contacts if they are active with any of those accounts. My problem statement is that when i insert a contact…
1
vote
2 answers

Yowsup Authentication don't work

I'm trying to make some test with this nice library. I have made successfully tests with yowsup-cli but now I'd like to create a small python script to manage in a smart ways events (with listener/callback). I'm trying the code explained here…
drenda
  • 5,846
  • 11
  • 68
  • 141
1
vote
1 answer

Unable to share text or image on Whatsapp or group or multiple contacts in IOS

In my application,I added those contact who has whatsapp installed on their devices. From my application i can send message to any one of those contacts one by one. I have used this link Whatsapp API NSURL *whatsappURL = [NSURL…
user3244721
  • 714
  • 2
  • 11
  • 29
1
vote
1 answer

Sharing small images on whatsapp breaks the image

I have an android app Amazicons in android market. The problem is that it is an emoticon sharing app and i want that when the images from the app are shared on the whatsapp, they look like emoticons meaning the size should be small. Currently if i…
Swati Rawat
  • 1,729
  • 1
  • 19
  • 34
1
vote
1 answer

Share video on whatsapp - objective c

On iOS 7.1.1, I can share image by this code on Whatsapp.. if ([[UIApplication sharedApplication] canOpenURL: [NSURL URLWithString:@"whatsapp://app"]]){ UIImage * iconImage = [UIImage imageNamed:@"image.png"]; NSString *…
user306481
  • 135
  • 1
  • 11
1
vote
0 answers

How does Whatsapp store the numbers?

so here is my doubt.how does the whats-app store the info about our phone number which we used at the registration.so when we insert a new number at the registration,what happens ? where does the number store? and how does whats app retrieve our…
user2675040
  • 79
  • 2
  • 7
1
vote
1 answer

Share image through WhatsApp, just show WhatsApp icon

I use this piece of code, but it shows other apps. NSURL *URL = [[NSBundle mainBundle] URLForResource:@"ABC" withExtension:@"png"]; if (URL) { self.documentInteractionController = [UIDocumentInteractionController…
user3667646
  • 95
  • 3
  • 7
1
vote
0 answers

Whatsapp: In which manner android's whatsapp msgstore.db.crypt is differ from blackberry's whatsapp msgstore.db.crypt

Using XDA forum's method we can easily can decrypt android and Blackberry's whatsapp db.crypt file but we can't decrypt whatsapp db.crypt of any Blackberry device. I want to know in which manner it get decrypt in the blackberry?
Eli Moon
  • 73
  • 10
1
vote
2 answers

iOS app with camera popup

I am developing an iOS 7 app in xcode 5. I am using the camera functionality. When the user presses the camera button in my app, I want to give him a choice: take a new picture or choose a picture from the "photostream". I want to show a popup with…
Marten
  • 1,376
  • 5
  • 28
  • 49
1
vote
2 answers

Share image on Whatsapp from an iOS app without using UIDocumentInteractionController

I have shared an image on Whatsapp from an iOS app using UIDocumentInteractionController. But, right now, I need to share an image without using UIDocumentInteractionController. Is it possible?
user1667968
  • 1,489
  • 3
  • 12
  • 16
1
vote
0 answers

How to pass uri to set wallpaper in whatsapp

How to set wallpaper of whatsapp through a drawable image in my app. From below code I am able to share image on whatsapp not set as wallpaper. Intent shareIntent = new…
abhi
  • 154
  • 16
1
vote
1 answer

Sending text via whatsapp is not working

I am new to flex mobile app development, I wanna share a text via whatsapp. Here is some code.But its not working. navigateToURL(new URLRequest("whatsapp://send?text=Hello how r u???" ) Can u please help me. Thanks in advance.
Sharath Kumar
  • 145
  • 3
  • 4
  • 11
1
vote
5 answers

how to integrate whatsapp in ios

hi now i am trying Integrate What's app in our app i have done already integrate Tweet :-in this app i create two buttons one(chooseImagePressed) button is choose the image form local file and then and then second(tweetButtonPressed) this is…
Vasavi
  • 49
  • 1
  • 2
  • 7
1
vote
1 answer

Share image on whatsapp in android

i want to share image on whats-app and we-chat....and so on......... i have image's on gridview....to each image click must will be open shareing option.. but m tired this make code.....plz help me.....and any idea..... and my code below. …
user2276924
  • 11
  • 2
  • 4
1 2 3
99
100