通过在WP8应用WhatsApp的分享内容 [英] Share content via whatsapp in wp8 apps

查看:130
本文介绍了通过在WP8应用WhatsApp的分享内容的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

就实现通过短信分享,邮件Twitter和Facebook与从WP8 SDK中提供ShareStatusTask:

Just implemented sharing via SMS, Mail Twitter and Facebook with the from the WP8 SDK provided ShareStatusTask:

<一个href=\"http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.tasks.sharestatustask(v=vs.105).aspx\" rel=\"nofollow\">http://msdn.microsoft.com/en-us/library/windowsphone/develop/microsoft.phone.tasks.sharestatustask(v=vs.105).aspx

WhatsApp的似乎并不在这里支持 - ?你们怎么知道的伎俩来解决这个问题。

Whatsapp does not seem to be supported here - do you guys know a trick to get around this?

推荐答案

从技术上讲没有,没有的事,但可以使用URI方案会在未来。

Technically no, not yet, but something may come in the future using Uri Schemes.

目前,似乎只能通过这样运行WhatsApp的应用程序:

For now, it seems that you can only run the WhatsApp app by doing this:

await Windows.System.Launcher.LaunchUriAsync(new Uri("whatsapp:"));

但在iPhone上,你可以使用这个URI形式

but on iPhone, you can use this form of Uri

whatsapp://send?text=Hello%2C%20World!

所以我希望相同的功能出现在WhatsApp的在不久的将来的Windows Phone。有没有理由他们不会实现它。

so I expect the same functionality to appear in the near future in WhatsApp for Windows Phone. There's no reason why they wouldn't implement it.

在事实上,也许他们已经有了,但我还没有发现它公开记录。查看诺基亚开发者网站其他URI方案

In fact, maybe they already have, but I haven't found it publicly documented. See on Nokia Developer website for other Uri Schemes

这篇关于通过在WP8应用WhatsApp的分享内容的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆