1

Is possible to share text to WhatsApp app in Windows Phone? I found only way to run app. But how to share data like on Android or iOS?

 await Windows.System.Launcher.LaunchUriAsync(new Uri("whatsapp:"));
Norbert Pisz
  • 3,392
  • 3
  • 27
  • 42

1 Answers1

2

As of now, there's no such way that you could share data with the WhatsApp application.

Reference: Share content via whatsapp in wp8 apps

But you could still have a look at this, which talks about sharing data in multiple medias, if you're willing to try developing on WP8.1.

Community
  • 1
  • 1
Kulasangar
  • 9,046
  • 5
  • 51
  • 82