Reputation: 3440
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:"));
Upvotes: 1
Views: 629
Reputation: 9454
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
.
Upvotes: 2