微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!
whatsapp专题提供whatsapp的最新资讯内容,帮你更好的了解whatsapp。
当我使用UIActivityViewController与Whatsapp应用程序共享图像数据时,我收到一条提示: This item cannot be shared. Please select a different item. 我可以将图像数据分享给除Whatsapp之外的所有其他应用程序,是否有人遇到过这样的问题?或者任何人都可以帮我解决这个问题. 如果有人想检查代码,那么如果需要,评论
这就是我调用SMS应用程序的方式: Intent sendIntent = new Intent(Intent.ACTION_VIEW); sendIntent.putExtra("sms_body", "The SMS text"); sendIntent.setType("vnd.android-dir/mms-sms");